Skip to content

Commit 1a6996f

Browse files
authored
feat(docs): docs for flakes, without flakes usages for nix
1 parent f5903dc commit 1a6996f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,12 @@ wget -qO- "$(curl -qfsSL "https://api.github.com/repos/pwnwriter/haylxon/release
102102
 
103103

104104
```bash
105+
# Build from source and run
105106
nix run github:pwnwriter/haylxon
107+
# without flakes:
108+
nix-env -iA nixpkgs.haylxon
109+
# with flakes:
110+
nix profile install nixpkgs#haylxon
106111
```
107112

108113
</details>

0 commit comments

Comments
 (0)