From aaf6f566d9ea92f67f62ed40959973adb1409414 Mon Sep 17 00:00:00 2001 From: terrantechpriest Date: Fri, 26 Jul 2024 01:31:59 +0000 Subject: [PATCH] started readme, still need to update install stuff --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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