From 2f51e4c8782bdfea87f4f2771c676a363b0f3fba Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 14 Feb 2022 14:59:22 +0100 Subject: Install golang directly since the goenv had loading issues on vim --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3