mirror of
https://github.com/dnote/dnote
synced 2026-03-16 23:45:52 +01:00
33 lines
789 B
Markdown
33 lines
789 B
Markdown
# Dnote CLI
|
|
|
|
A simple command line interface for Dnote.
|
|
|
|

|
|
|
|
It is Designed to minimize context switching for taking notes.
|
|
|
|
## Install
|
|
|
|
On macOS, you can install using Homebrew:
|
|
|
|
```sh
|
|
brew tap dnote/dnote
|
|
brew install dnote
|
|
|
|
# to upgrade to the latest version
|
|
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
|
|
|
|
In some cases, you might need an elevated permission:
|
|
|
|
curl -s https://raw.githubusercontent.com/dnote/dnote/master/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).
|
|
|
|
## Commands
|
|
|
|
Please refer to [commands](/COMMANDS.md).
|