From d100ea1c82a89950c55e4503558b63cc369ca5b8 Mon Sep 17 00:00:00 2001 From: Afifurrohman Date: Wed, 3 Apr 2024 21:24:03 +0700 Subject: [PATCH] fix: Wrong homebrew install command (#262) --- content/2-instalasi-golang.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/2-instalasi-golang.md b/content/2-instalasi-golang.md index 36332a3c4..0e4feb93a 100644 --- a/content/2-instalasi-golang.md +++ b/content/2-instalasi-golang.md @@ -33,7 +33,7 @@ Cara termudah instalasi Go di MacOS adalah menggunakan [Homebrew](http://brew.sh 1. *Install* terlebih dahulu Homebrew (jika belum ada), caranya jalankan perintah berikut di **terminal**. ```bash - $ ruby -e "$(curl -fsSL http://git.io/pVOl)" + $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" ``` 2. *Install* Go menggunakan command `brew`.