forked from lix-project/hydra
README.md: Point to the manual
Let's not duplicate the hacking instructions here (especially since they were actually wrong).
This commit is contained in:
parent
b1512a152a
commit
c9ab3b9ffd
16
README.md
16
README.md
|
@ -1,11 +1,7 @@
|
||||||
To start hacking on Hydra, run:
|
# Hydra
|
||||||
|
|
||||||
$ bootstrap
|
Hydra is a continuous integration system based on the Nix package
|
||||||
$ nix-shell
|
manager. For more information, see the
|
||||||
$ ./configure $configureFlags --prefix=/opt/hydra
|
[manual](https://hydra.nixos.org/job/hydra/master/tarball/latest/download-by-type/doc/manual). For
|
||||||
$ make
|
hacking instructions, see
|
||||||
$ make install
|
https://hydra.nixos.org/job/hydra/master/tarball/latest/download-by-type/doc/manual#chap-hacking.
|
||||||
|
|
||||||
Or, if you just want to build from source (on x86_64-linux):
|
|
||||||
|
|
||||||
$ nix-build -A build.x86_64-linux release.nix
|
|
||||||
|
|
Loading…
Reference in a new issue