diff options
| author | nsfisis <nsfisis@gmail.com> | 2022-12-14 20:53:46 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2022-12-15 22:07:17 +0900 |
| commit | 3b13b534ace75a38eea68dfe69300689a7b5ad45 (patch) | |
| tree | 697ec34319b07153b2a863790633d076e0dc3a9e | |
| parent | 6ff48cb27ed3c2e653021f5c4c6a32cce52b4081 (diff) | |
| download | dotfiles-3b13b534ace75a38eea68dfe69300689a7b5ad45.tar.gz dotfiles-3b13b534ace75a38eea68dfe69300689a7b5ad45.tar.zst dotfiles-3b13b534ace75a38eea68dfe69300689a7b5ad45.zip | |
misc: update INSTALL.txt for Ubuntu
| -rw-r--r-- | INSTALL.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/INSTALL.txt b/INSTALL.txt index 6123fa9..1eb224b 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -77,6 +77,8 @@ $ sudo apt install \ $ which batcat >/dev/null 2>&1 && sudo ln -s "$(which batcat)" "$(dirname "$(which batcat)")/bat" $ which fdfind >/dev/null 2>&1 && sudo ln -s "$(which fdfind)" "$(dirname "$(which fdfind)")/fd" +$ sudo adduser $(whoami) docker + $ cargo install hgrep $ cargo install alacritty |
