summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2022-02-08 12:26:09 +0100
committerAhmed Abdelhalim <[email protected]>2022-02-08 12:26:09 +0100
commitcd9d5452d957b03e3486fe266f829f54dd8af599 (patch)
tree7eab7ca96a36b9f8031c820a9887009944650b57 /README.md
parent8c9267ce0d8bbe2ba6236e712fc9022333069e80 (diff)
Update versions and aliases and fix install commands
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index f37efeb..c24fc48 100644
--- a/README.md
+++ b/README.md
@@ -151,6 +151,7 @@ ln -sf ~/.rc/.pyenv/version ~/.pyenv/version
git clone https://github.com/syndbg/goenv.git ~/.goenv
# TODO: use brew install goenv (after beta release)
ln -sf ~/.rc/.goenv/version ~/.goenv/version
+goenv install $(cat ~/.goenv/version)
```
- Setup rust
@@ -165,6 +166,7 @@ mkdir -p ~/.nvm
ln -sf ~/.rc/.npmrc ~/.npmrc
ln -sf ~/.rc/.nvmrc ~/.nvmrc
ln -sf ~/.rc/.nvm/default-packages ~/.nvm/default-packages
+exec $SHELL -l
nvm install
nvm alias default
```