From c9ab3b9ffd8a22bd2f23cf96f255263f8269694a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 6 Oct 2016 14:37:47 +0200 Subject: [PATCH] README.md: Point to the manual Let's not duplicate the hacking instructions here (especially since they were actually wrong). --- README.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index edd05107..a5c1a844 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,7 @@ -To start hacking on Hydra, run: +# Hydra - $ bootstrap - $ nix-shell - $ ./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 +Hydra is a continuous integration system based on the Nix package +manager. For more information, see the +[manual](https://hydra.nixos.org/job/hydra/master/tarball/latest/download-by-type/doc/manual). For +hacking instructions, see +https://hydra.nixos.org/job/hydra/master/tarball/latest/download-by-type/doc/manual#chap-hacking.