From 340622350dac1dd766c4cee24875f1838fe178f2 Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Wed, 20 May 2020 21:59:45 +0300 Subject: [PATCH] Clarify the nix docs by pointing out the location of build results --- nix/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nix/README.md b/nix/README.md index 1072b90b6..e0c44dcb6 100644 --- a/nix/README.md +++ b/nix/README.md @@ -4,7 +4,7 @@ Nix is a declarative package manager. Get it here: https://nixos.org/nix These expressions are used on CI to reproducibly build the LIGO compiler, as well as WebIDE and https://ligolang.org . -If you wish to build it yourself with `nix build -f. $thing`, where `$thing` is +If you wish to build it yourself, do `nix build -f. $thing`, where `$thing` is - `ligo`: executables, libraries, documentation, coverage reports - `ligo-bin`: a dynamically linked binary (Linux, Mac) @@ -16,6 +16,8 @@ If you wish to build it yourself with `nix build -f. $thing`, where `$thing` is - `ligo-editor-docker`: a docker image with webide - `ligo-deb`: debian package with static binaries +The output of `nix build` can be found in `result` directory. + ## Quick maintenance guide - `opam-repository` and `tezos-opam-repository` are pinned. To update them when required, run `niv update` (you can get niv with `nix shell 'nixpkgs#niv'`)