Skip to content

Commit 9b1fa15

Browse files
committed
Conform use of 'use GHCup', rather than 'with GHCup'
1 parent 7e2ca4e commit 9b1fa15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/install_and_upgrade.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ GitHub repository.
3838
=== "Linux"
3939

4040
For most Linux distributions, the easiest way to install Stack directly
41-
(rather than with GHCup) is to command:
41+
(rather than use GHCup) is to command:
4242

4343
~~~text
4444
curl -sSL https://get.haskellstack.org/ | sh
@@ -248,7 +248,7 @@ GitHub repository.
248248

249249
Intel-based Mac computers have processors with x86_64 architectures. For
250250
most Intel-based Mac computers, the easiest way to install Stack
251-
directly (rather than with GHCup) is to command:
251+
directly (rather than use GHCup) is to command:
252252

253253
~~~text
254254
curl -sSL https://get.haskellstack.org/ | sh
@@ -296,7 +296,7 @@ GitHub repository.
296296
available for macOS on Apple silicon until July to September 2023.
297297

298298
Consequently, for Mac computers with Apple silicon, the easiest way to
299-
install Stack directly (rather than with GHCup) is to obtain the
299+
install Stack directly (rather than use GHCup) is to obtain the
300300
'unofficial' `osx-aarch64` binary distribution released by the GHCup
301301
developers and copy it to a location on the PATH. `*.tar.gz` archive
302302
files containing those binary distributions are available at the

0 commit comments

Comments
 (0)