From 8c1cf4056e4de9a67e8e1f07a7db9de35b89ab28 Mon Sep 17 00:00:00 2001 From: sdlyyxy Date: Sat, 17 Sep 2022 11:11:45 +0800 Subject: [PATCH] README: Homebrew update C has been included in Homebrew-core, so just `brew install c`. Homebrew's bin/ path is different on Apple Silicon, add it in README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 317e0f1..f0a8a07 100644 --- a/README.md +++ b/README.md @@ -165,8 +165,8 @@ Use a package manager? You've come to the right place. AUR: https://aur.archlinux.org/packages/c/
bpkg: `bpkg install ryanmjacobs/c`
-brew: `brew install https://raw.githubusercontent.com/ryanmjacobs/c/master/c.rb` -(shebang will be `#!/usr/local/bin/c`)
+brew: `brew install c` +(shebang will be `#!/usr/local/bin/c` for Intel-based Macs or `#!/opt/homebrew/bin/c` for Apple Silicon)
## Todo ~~Maybe later we can implement caching.~~ Done!