Merge pull request #243 from kerscher/documentation

Documentation update
This commit is contained in:
Michael Snoyman 2017-11-23 16:01:32 +02:00 committed by GitHub
commit 5b717b8098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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