Skip to content

Commit

Permalink
Merge pull request #210 from DBCDK/fix-wrong-build-instruction
Browse files Browse the repository at this point in the history
README: fix outdated and wrong build instruction
  • Loading branch information
eskytthe committed Jan 22, 2024
2 parents 7284151 + 6632edd commit 2a3d3cd
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 @@ -19,7 +19,7 @@ It should work on any modern Linux distribution, but NixOS is the only one we te

Pre-built binaries are not provided, since we install morph through an overlay.

The easiest way to get morph up and running is to fork this repository and run `nix-shell --command make-build`, which should result in a store path containing the morph binary.
The easiest way to get morph up and running is to fork this repository and run `nix-build`, which should result in a store path containing the morph binary.
Consider checking out a specific tag, or at least pin the version of morph you're using somehow.


Expand Down

0 comments on commit 2a3d3cd

Please sign in to comment.