mirror of
https://github.com/dnote/dnote
synced 2026-03-14 14:35:50 +01:00
Fix installation link (#212)
This commit is contained in:
parent
94fe2896a1
commit
04b41bb53f
2 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
A simple command line interface for Dnote.
|
||||
|
||||

|
||||

|
||||
|
||||
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).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue