Skip to content

Commit 4bc0c6b

Browse files
committed
Document default Stack root of Windows installer
1 parent ba43258 commit 4bc0c6b

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

doc/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ version of GHC.
121121
use GHCup) is to download and install the
122122
[Windows installer](https://get.haskellstack.org/stable/windows-x86_64-installer.exe).
123123

124+
!!! info
125+
126+
By default, the Windows installer will set the Stack root to `C:\sr`.
127+
124128
!!! warning
125129

126130
The Windows installer for Stack 2.9.1, 2.9.3 and 2.11.1 (only) will

doc/install_and_upgrade.md

+5
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,11 @@ GitHub repository.
487487
use GHCup) is to download and use the
488488
[Windows installer](https://get.haskellstack.org/stable/windows-x86_64-installer.exe).
489489

490+
!!! info "Stack root"
491+
492+
By default, the Windows installer will set the Stack root by setting the
493+
`STACK_ROOT` environment variable to `C:\sr`.
494+
490495
!!! warning "Long user PATH environment variable"
491496

492497
The Windows installer for Stack 2.9.1, 2.9.3 and 2.11.1 (only) will

0 commit comments

Comments
 (0)