Build from source remark in README.md

This commit is contained in:
Rob Vermaas 2015-02-10 13:06:04 +00:00
parent e211e7771e
commit 14752d7801

View file

@ -4,3 +4,7 @@ To start hacking on Hydra, run:
$ ./configure $configureFlags --prefix=/opt/hydra
$ make
$ make install
Or, if you just want to build from source (on x86_64-linux):
$ nix-build -A build.x86_64-linux release.nix