Clarify the nix docs by pointing out the location of build results
This commit is contained in:
parent
16bcee1aad
commit
340622350d
@ -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'`)
|
||||
|
Loading…
Reference in New Issue
Block a user