Skip to content

Commit

Permalink
README: add install manual
Browse files Browse the repository at this point in the history
  • Loading branch information
ocfox committed Mar 24, 2023
1 parent 4b31daa commit 1cadeb4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ Using [direnv](https://github.com/direnv/direnv) and nix, you can quickly access
With direnv, you can automatically load the required dependencies when you enter the directory.
This way you don't have to worry about installing dependencies to break your other project development environment.

See how to install direnv and Nix:
- direnv: https://github.com/direnv/direnv/blob/master/docs/installation.md
- Nix: run
```
sh <(curl -L https://nixos.org/nix/install) --daemon
```

Build and run runqslower with nix:
```sh
# run runqslower
nix run .#
Expand Down

0 comments on commit 1cadeb4

Please sign in to comment.