summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 31cd099..171a9d1 100644
--- a/README.md
+++ b/README.md
@@ -138,6 +138,13 @@ rbenv install $(cat ~/.rc/.rbenv/version)
ln -sf ~/.rc/.rbenv/version ~/.rbenv/version
```
+- Setup GO
+```bash
+git clone https://github.com/syndbg/goenv.git ~/.goenv
+# TODO: use brew install goenv (after beta release)
+ln -sf ~/.rc/.goenv/version ~/.goenv/version
+```
+
- Setup rust
```bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh