Skip to content

Commit

Permalink
Link to nix install manual
Browse files Browse the repository at this point in the history
  • Loading branch information
w0rm committed Nov 13, 2023
1 parent c182844 commit d13eb13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ The game format is two (2) player 8-Ball. It is a simplified version of [WPA 8-B

## Developing with nix flakes

To activate flakes, include `experimental-features = nix-command flakes` in `~/.config/nix/nix.conf` (create this file if it doesn't exist).
We are using the nix package manager, that can be installed following [these instructions](https://nixos.org/download.html). To activate the flakes feature, include `experimental-features = nix-command flakes` in `~/.config/nix/nix.conf` (create this file if it doesn't exist).

Then, run `nix develop`. This will give you development environment with `elm`, so you can run:
Then, run `nix develop` from the project root. This will give you development environment with `elm`, so you can run:

```bash
elm reactor
Expand Down

0 comments on commit d13eb13

Please sign in to comment.