updated install
This commit is contained in:
parent
c90517676c
commit
9347ee31aa
1 changed files with 3 additions and 3 deletions
|
@ -4,10 +4,10 @@ Proto-LogGit app
|
||||||
|
|
||||||
Forked from Notes by nickjj: https://github.com/nickjj/notes/tree/master
|
Forked from Notes by nickjj: https://github.com/nickjj/notes/tree/master
|
||||||
|
|
||||||
### 1 liner to get `notes` downloaded to `/usr/local/bin`:
|
### 1 liner to get `loggit` downloaded to `/usr/local/bin`:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo curl \
|
sudo curl \
|
||||||
-L https://raw.githubusercontent.com/nickjj/notes/master/notes \
|
-L https://techpriesthub.xyz/forgejo/terrantechpriest/loggit/raw/branch/main/loggit \
|
||||||
-o /usr/local/bin/notes && sudo chmod +x /usr/local/bin/notes
|
-o /usr/local/bin/loggit && sudo chmod +x /usr/local/bin/loggit
|
||||||
```
|
```
|
Loading…
Reference in a new issue