diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
