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 ac69e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ 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:

Expand Down

0 comments on commit ac69e60

Please sign in to comment.