From d7a0371cd6d2efaaf7b7fb7f0aff6d4f43512ad6 Mon Sep 17 00:00:00 2001 From: Yghor Kerscher Date: Thu, 23 Nov 2017 14:52:41 +0100 Subject: [PATCH] Remove outdated instructions to run locally. --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index b5bb6ad..dc4dc65 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,3 @@ Server for stable, curated Haskell package sets This repo is part of the [Stackage project](https://github.com/fpco/stackage), and the live server can be viewed at https://www.stackage.org. - -Running the server will automatically download an SQLite3 database from S3 -containing package metadata and snapshot information. The SQLite3 database is -generated by the `stackage-server-cron` executable in this repository. - -You can run this site with `yesod devel`, e.g.: - - stack --install-ghc install yesod-bin - stack exec -- yesod devel