Skip to content

Commit bd2f0e2

Browse files
committed
Update Mac installation instructions
- Remove specialized message for Apple Silicon. - Use the `coursier` brew formula.
1 parent b037073 commit bd2f0e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_data/setup-scala.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ linux-x86-64: curl -fL https://github.com/coursier/coursier/releases/latest/down
22
linux-arm64: curl -fL https://github.com/VirtusLab/coursier-m1/releases/latest/download/cs-aarch64-pc-linux.gz | gzip -d > cs && chmod +x cs && ./cs setup
33
macOS-x86-64: curl -fL https://github.com/coursier/coursier/releases/latest/download/cs-x86_64-apple-darwin.gz | gzip -d > cs && chmod +x cs && (xattr -d com.apple.quarantine cs || true) && ./cs setup
44
macOS-arm64: curl -fL https://github.com/VirtusLab/coursier-m1/releases/latest/download/cs-aarch64-apple-darwin.gz | gzip -d > cs && chmod +x cs && (xattr -d com.apple.quarantine cs || true) && ./cs setup
5-
macOS-brew: brew install coursier/formulas/coursier && cs setup
5+
macOS-brew: brew install coursier && coursier setup
66
windows-link: https://github.com/coursier/coursier/releases/latest/download/cs-x86_64-pc-win32.zip

_overviews/getting-started/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Install it on your system with the following instructions.
5151
{% tab macOS for=install-cs-setup-tabs %}
5252
Run the following command in your terminal, following the on-screen instructions:
5353
{% include code-snippet.html language='bash' codeSnippet=site.data.setup-scala.macOS-brew %}
54-
{% altDetails cs-setup-macos-nobrew "Alternatively for Apple Silicon, or if you don't use Homebrew:" %}
54+
{% altDetails cs-setup-macos-nobrew "Alternatively, if you don't use Homebrew:" %}
5555
On the Apple Silicon (M1, M2, …) architecture:
5656
{% include code-snippet.html language='bash' codeSnippet=site.data.setup-scala.macOS-arm64 %}
5757
Otherwise, on the x86-64 architecture:

0 commit comments

Comments
 (0)