diff --git a/README.md b/README.md index 9dc24bbd..42925a3b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pkg/cli/README.md b/pkg/cli/README.md index 7666aa3f..5d48a024 100644 --- a/pkg/cli/README.md +++ b/pkg/cli/README.md @@ -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).