Skip to content

Commit

Permalink
fix: Wrong homebrew install command (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
afifurrohman-id authored Apr 3, 2024
1 parent 591d647 commit d100ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/2-instalasi-golang.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit d100ea1

Please sign in to comment.