Skip to content

Commit

Permalink
fix flake init command in readme (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
conscious-puppet authored Sep 21, 2024
1 parent 92939a9 commit 6f6952d
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 @@ -8,7 +8,7 @@ A template Rust project with fully functional and no-frills Nix support, as well
You can use [omnix](https://omnix.page/om/init.html)[^omnix] to initialize this template:
```
$ mkdir ~/my-rust-project && cd ~/my-rust-project
$ nix --accept-flake-config run github:juspay/omnix -- init rust-nix-template -o .
$ nix --accept-flake-config run github:juspay/omnix -- init github:srid/rust-nix-template -o .
```

[^omnix]: If initializing manually, make sure to:
Expand Down

0 comments on commit 6f6952d

Please sign in to comment.