diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-04 06:36:04 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-04 06:36:04 +0000 |
| commit | 31ed54dab458cb3c0a6472f3e508ccdc7a9b4d79 (patch) | |
| tree | 59c4a3058236a14ac639f018b13b405a9fa50d84 /grasp-audit/QUICK_START.md | |
| parent | 001ca45e385c05b0eaa36d9879e051853aaff107 (diff) | |
moved to flakes
Diffstat (limited to 'grasp-audit/QUICK_START.md')
| -rw-r--r-- | grasp-audit/QUICK_START.md | 4 |
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 |
| 13 | cd grasp-audit | 13 | cd grasp-audit |
| 14 | nix-shell | 14 | nix develop |
| 15 | 15 | ||
| 16 | # Build the project | 16 | # Build the project |
| 17 | cargo build | 17 | cargo build |
| @@ -135,7 +135,7 @@ async fn main() -> Result<()> { | |||
| 135 | 135 | ||
| 136 | **Solution (NixOS):** | 136 | **Solution (NixOS):** |
| 137 | ```bash | 137 | ```bash |
| 138 | nix-shell # Use the provided shell.nix | 138 | nix develop # Use the provided flake.nix |
| 139 | ``` | 139 | ``` |
| 140 | 140 | ||
| 141 | **Solution (Other Linux):** | 141 | **Solution (Other Linux):** |