upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/grasp-audit/QUICK_START.md
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-11-04 06:36:04 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2025-11-04 06:36:04 +0000
commit31ed54dab458cb3c0a6472f3e508ccdc7a9b4d79 (patch)
tree59c4a3058236a14ac639f018b13b405a9fa50d84 /grasp-audit/QUICK_START.md
parent001ca45e385c05b0eaa36d9879e051853aaff107 (diff)
moved to flakes
Diffstat (limited to 'grasp-audit/QUICK_START.md')
-rw-r--r--grasp-audit/QUICK_START.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/grasp-audit/QUICK_START.md b/grasp-audit/QUICK_START.md
index 47e848e..d4ee494 100644
--- a/grasp-audit/QUICK_START.md
+++ b/grasp-audit/QUICK_START.md
@@ -11,7 +11,7 @@
11```bash 11```bash
12# Enter development shell 12# Enter development shell
13cd grasp-audit 13cd grasp-audit
14nix-shell 14nix develop
15 15
16# Build the project 16# Build the project
17cargo build 17cargo build
@@ -135,7 +135,7 @@ async fn main() -> Result<()> {
135 135
136**Solution (NixOS):** 136**Solution (NixOS):**
137```bash 137```bash
138nix-shell # Use the provided shell.nix 138nix develop # Use the provided flake.nix
139``` 139```
140 140
141**Solution (Other Linux):** 141**Solution (Other Linux):**