Skip to content

Commit 8bd41b2

Browse files
committed
Merge remote-tracking branch 'origin/pr/311' into develop
2 parents 2c12d6e + 340977c commit 8bd41b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ on architecture (e.g. X86_64), platform (e.g Linux) and possibly distro (e.g. Fe
1818
If you want access to both pre-releases and cross compilers, run:
1919

2020
```
21-
ghcup config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.7.yaml
22-
ghcup config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-cross-0.0.8.yaml
21+
ghcup config add-release-channel prereleases
22+
ghcup config add-release-channel cross
2323
```
2424

2525
If you want **only** vanilla upstream bindists and opt out of all unofficial stuff, you'd run:
2626

2727
```sh
28-
ghcup config set url-source https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-vanilla-0.0.8.yaml
28+
ghcup config set url-source vanilla
2929
```
3030

3131
Also check the [config.yaml documentation](https://github.com/haskell/ghcup-hs/blob/master/data/config.yaml).

0 commit comments

Comments
 (0)