started readme, still need to update install stuff
This commit is contained in:
parent
02317788bb
commit
aaf6f566d9
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
@ -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
|
||||||
|
```
|
Loading…
Reference in a new issue