Skip to content

Commit

Permalink
Update installation.md
Browse files Browse the repository at this point in the history
update to new 'nix build' command
  • Loading branch information
andreyadrian committed Oct 16, 2023
1 parent 8440eaf commit 6492322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ because you installed it yourself or because you are using NixOS, you can build
`kmonad` using the following command.

```shell
nix-build nix
nix build nix
```

On MacOS, you'll have to use something like the following to get nix to pull in
Expand Down Expand Up @@ -89,7 +89,7 @@ binary for the state of HEAD yourself, please copy the contents of
`./nix/static` into the `kmonad` project root, and then call:

```shell
$(nix-build --no-link -A fullBuildScript)
$(nix build --no-link -A fullBuildScript)
```

### Using Docker
Expand Down

0 comments on commit 6492322

Please sign in to comment.