From 988dcdac6306050eb297e77502f984d05400fd89 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 14 Nov 2023 21:24:26 +0800 Subject: [PATCH] Improve metadata docs --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index de0d645..6787f58 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,14 @@ ghcup config add-release-channel https://raw.githubusercontent.com/haskell/ghcup ghcup config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-cross-0.0.8.yaml ``` +If you want **only** vanilla upstream bindists and opt out of all unofficial stuff, you'd run: + +```sh +ghcup config set url-source https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-vanilla-0.0.8.yaml +``` + +Also check the [config.yaml documentation](https://github.com/haskell/ghcup-hs/blob/master/data/config.yaml). + ## For contributors ### Adding a new GHC version