Simplify running nix-shell

This also removes building a separate source tarball or building a PDF
manual since it's unlikely anybody cares.
This commit is contained in:
Eelco Dolstra
2016-03-22 12:53:28 +01:00
parent ac23bd1539
commit 74426e6820
7 changed files with 30 additions and 89 deletions

View File

@ -1,6 +1,6 @@
To start hacking on Hydra, run:
$ ./dev-shell
$ nix-shell
$ ./configure $configureFlags --prefix=/opt/hydra
$ make
$ make install