Skip to content

Commit

Permalink
Merge pull request #1595 from wleczny/install-documentation-update
Browse files Browse the repository at this point in the history
Install documentation update
  • Loading branch information
wleczny authored Nov 21, 2022
2 parents 14f494f + bb9300a commit 7ee0b52
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions website/docs/_advanced_install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ This method is provided and supported by the community, not the core team of Sca
Scala CLI can be installed with [Nix](https://nixos.org) with

```bash
nix-env -iA scala-cli
nix-env -iA nixpkgs.scala-cli
```

</TabItem>
Expand Down Expand Up @@ -303,14 +303,10 @@ brew install Virtuslab/scala-cli/scala-cli
This method is provided and supported by the community, not the core team of Scala CLI
:::

:::info
Please note that the `arm64` architecture is not yet supported with this method.
:::

Scala CLI can be installed via [Nix](https://nixos.org) with:

```bash
nix-env -iA scala-cli
nix-env -iA nixpkgs.scala-cli
```

</TabItem>
Expand Down

0 comments on commit 7ee0b52

Please sign in to comment.