1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 06:31:14 +02:00

docs/installer: add correct curl flags

also see https://nixos.org/download.html
This commit is contained in:
Jörg Thalheim 2020-06-23 22:51:09 +01:00
parent 015e1c2131
commit 3685f4eec6
No known key found for this signature in database
GPG key ID: 003F2096411B5F92
3 changed files with 6 additions and 6 deletions

View file

@ -113,7 +113,7 @@ if [ "$(uname -s)" = "Darwin" ]; then
(
echo ""
echo "Installing on macOS >=10.15 requires relocating the store to an apfs volume."
echo "Use sh <(curl https://nixos.org/nix/install) --darwin-use-unencrypted-nix-store-volume or run the preparation steps manually."
echo "Use sh <(curl -L https://nixos.org/nix/install) --darwin-use-unencrypted-nix-store-volume or run the preparation steps manually."
echo "See https://nixos.org/nix/manual/#sect-macos-installation"
echo ""
) >&2