Fix installation link (#212)

This commit is contained in:
Sung Won Cho 2019-06-28 12:23:53 +10:00 committed by GitHub
commit 04b41bb53f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -35,11 +35,11 @@ brew upgrade dnote
You can use the installation script to install the latest version:
curl -s https://raw.githubusercontent.com/dnote/dnote/master/cli/install.sh | sh
curl -s https://raw.githubusercontent.com/dnote/dnote/master/pkg/cli/install.sh | sh
In some cases, you might need an elevated permission:
curl -s https://raw.githubusercontent.com/dnote/dnote/master/cli/install.sh | sudo sh
curl -s https://raw.githubusercontent.com/dnote/dnote/master/pkg/cli/install.sh | sudo sh
### Install with tarball

View file

@ -2,7 +2,7 @@
A simple command line interface for Dnote.
![Dnote](assets/dnote.gif)
![Dnote](assets/cli.gif)
It is Designed to minimize environment switching for taking notes.
@ -20,11 +20,11 @@ brew upgrade dnote
On Linux or macOS, you can use the installation script:
curl -s https://raw.githubusercontent.com/dnote/dnote/master/cli/install.sh | sh
curl -s https://raw.githubusercontent.com/dnote/dnote/master/pkg/cli/install.sh | sh
In some cases, you might need an elevated permission:
curl -s https://raw.githubusercontent.com/dnote/dnote/master/cli/install.sh | sudo sh
curl -s https://raw.githubusercontent.com/dnote/dnote/master/pkg/cli/install.sh | sudo sh
Otherwise, you can download the binary for your platform manually from the [releases page](https://github.com/dnote/dnote/releases).