From d3ffd2e24d252ddb3ad00fb46d798f74ac0ab733 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 7 Feb 2016 12:59:15 +0200 Subject: [PATCH] Warn away from building the package set (fixes #1208) --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 342afc45..0a577251 100644 --- a/README.md +++ b/README.md @@ -49,14 +49,12 @@ Stackage both easier and more secure: Build the package set --------------------- -Generally, building the package set should be done only by the Jenkins machine -or by the official maintainers, as the process does require quite a bit of -setup on the local machine. That said, you'll likely be able to get a stable -build by running: - - cabal update - cabal install stackage - stackage nightly +Generally, building the package set should be done only by the Stackage build +machine by the Stackage curation team. If you're interested in trying this +yourself, please check out [the curator +guide](https://github.com/fpco/stackage/blob/master/CURATORS.md), though be +aware that this is not a recommended practice and there likely will be problems +you will need to debug yourself. ### Docker