We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
get-stack.sh
1 parent b7794d4 commit eac4244Copy full SHA for eac4244
doc/install_and_upgrade.md
@@ -38,6 +38,13 @@ GitHub repository.
38
`https://get.haskellstack.org/stable/<PLATFORM>.<EXTENSION>` point to the
39
latest stable release. See the manual download links for examples.
40
41
+!!! info "`sh` script flags and options"
42
+
43
+ The `sh` installation script recognises the following optional flags and
44
+ options: `-q` suppresses output and specifies non-intervention (likely a
45
+ prerequisite for the use of the script in CI environments); `-f forces installation, even if an existing Stack executable is detected; and
46
+ `-d <directory>` specifies a destination directory for the Stack executable.
47
48
=== "Linux"
49
50
For most Linux distributions, the easiest way to install Stack directly
0 commit comments