started readme, still need to update install stuff

This commit is contained in:
Tech Priest 2024-07-26 01:31:59 +00:00
parent 02317788bb
commit aaf6f566d9

View file

@ -1,3 +1,13 @@
# loggit # loggit
Proto-LogGit app 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
```