summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2022-02-14 14:59:22 +0100
committerAhmed Abdelhalim <[email protected]>2022-02-14 14:59:22 +0100
commit2f51e4c8782bdfea87f4f2771c676a363b0f3fba (patch)
treeafcc145dd35116ce96a973c0b9b1928d9f74b45a /README.md
parent9204e7e3dea87906e797888523ea37df2ccb0c00 (diff)
Install golang directly since the goenv had loading issues on vim
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md
index 367a4fa..8a73345 100644
--- a/README.md
+++ b/README.md
@@ -148,10 +148,7 @@ ln -sf ~/.rc/.pyenv/version ~/.pyenv/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
-goenv install $(cat ~/.goenv/version)
+brew install golang
```
- Setup rust