From bb9300a889fb4cdb65dd33dec8167a46435c9ca0 Mon Sep 17 00:00:00 2001 From: Marek Moryl Date: Fri, 18 Nov 2022 18:19:03 +0100 Subject: [PATCH] Install documentation update --- website/docs/_advanced_install.mdx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/website/docs/_advanced_install.mdx b/website/docs/_advanced_install.mdx index a19d1736e8..c31a86ac56 100644 --- a/website/docs/_advanced_install.mdx +++ b/website/docs/_advanced_install.mdx @@ -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 ``` @@ -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 ```