diff --git a/README.md b/README.md index ab1bc69..7ae38bd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # loggit -Proto-LogGit app \ No newline at end of file +Proto-LogGit app + +Forked from Notes by nickjj: https://github.com/nickjj/notes/tree/master + +### 1 liner to get `notes` downloaded to `/usr/local/bin`: + +```sh +sudo curl \ + -L https://raw.githubusercontent.com/nickjj/notes/master/notes \ + -o /usr/local/bin/notes && sudo chmod +x /usr/local/bin/notes +``` \ No newline at end of file