From b568b1f13cd36c702c65d7217ed40eebab17a92a Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 17 Dec 2021 20:30:55 +0100 Subject: Add go lang instructions and install goenv --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3