We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
stack upgrade
1 parent 3efca45 commit 76548afCopy full SHA for 76548af
doc/upgrade_command.md
@@ -41,6 +41,14 @@ By default:
41
* the binary distribution will be sought for the current platform. Pass the
42
`--binary-platform <platform>` option to specify a different platform (`<operating_system>-<architecture>-<suffix>`).
43
44
+When applicable, an existing binary distribution will be:
45
+
46
+* put in Stack's local binary directory (see `stack path --local-bin`) and named
47
+ `stack` (replacing any existing executable there named `stack`); and
48
49
+* (if different) named the same as, and replace, the current running Stack
50
+ executable.
51
52
When compiling from source code, by default:
53
54
* Stack will obtain the source code for the most recent version in the package
0 commit comments