aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL.txt
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.txt')
-rw-r--r--INSTALL.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index c2e1ea4..2465047 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -1,11 +1,10 @@
macOS (homebrew)
```
+$ brew update
$ brew install \
ncurses \
- neovim \
python \
- ruby \
zsh \
;
@@ -36,10 +35,10 @@ $ cargo install cargo-compete
Ubuntu (apt)
```
+$ sudo apt update
+$ sudo apt upgrade
$ sudo apt install \
- neovim \
python-is-python3 \
- ruby \
zsh \
;