Skip to content

Commit

Permalink
Merge pull request #748 from AndreyAdrian/patch-2
Browse files Browse the repository at this point in the history
Update installation.md
  • Loading branch information
slotThe committed Oct 16, 2023
2 parents 1b79c5d + 6492322 commit fb25563
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 fb25563

Please sign in to comment.