doc: how to install in /opt
This commit is contained in:
parent
6e50ca797e
commit
ead57a3c30
14
.README.md
14
.README.md
@ -91,6 +91,7 @@ git apply --stat --apply 2604.patch
|
||||
```
|
||||
sudo apt-get install kitty-terminfo
|
||||
sh ~/.config/kitty/installer.sh
|
||||
sudo sh ~/.config/kitty/installer.sh launch=n dest=/opt
|
||||
```
|
||||
|
||||
**Note**:
|
||||
@ -100,6 +101,19 @@ So it is more coherent/simpler to copy this behaviour into Zsh.
|
||||
|
||||
## lazygit
|
||||
|
||||
### Binary Releases
|
||||
|
||||
```
|
||||
LOCATION=$(curl -s https://api.github.com/repos/jesseduffield/lazygit/releases/latest \
|
||||
| grep "browser_download_url.*Linux_x86_64" \
|
||||
| awk '{ print $2 }' \
|
||||
| sed 's/,$//' \
|
||||
| sed 's/"//g')
|
||||
echo $LOCATION
|
||||
wget $LOCATION
|
||||
tar xf *.tar.gz(om[1])
|
||||
```
|
||||
|
||||
### Go
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user