Skip to content

Commit 04ac7b0

Browse files
committed
Merge branch 'stable' into rc/v2.11
2 parents dfd5c82 + 76548af commit 04ac7b0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/upgrade_command.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ By default:
4141
* the binary distribution will be sought for the current platform. Pass the
4242
`--binary-platform <platform>` option to specify a different platform (`<operating_system>-<architecture>-<suffix>`).
4343

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+
4452
When compiling from source code, by default:
4553

4654
* Stack will obtain the source code for the most recent version in the package

0 commit comments

Comments
 (0)