~fgaz/orchid

eb8b3707e5a325054a3404debe2253ddc836f7e3 — Francesco Gazzetta 2 years ago f5aab7a
Add installation and usage in README
1 files changed, 18 insertions(+), 0 deletions(-)

M README.md
M README.md => README.md +18 -0
@@ 15,3 15,21 @@ Other nice features are:

* Fast, incremental scanning
* Simple filesystem-based root database

## Installation

Both a traditional default.nix and a flake are provided. Install with:

    $ nix-env -f . -i

or:

    nix install

## Usage

To scan `PATH` for references and pin them, run

    orchid pin PATH

Use the `--help` flag to see more options.