diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-02-02 22:24:20 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-02 22:24:20 +0530 |
commit | 2dc523a6d678c63130eec97eb9722a7ad7632eeb (patch) | |
tree | e12a4c3875fb5e50f64f6c9824c5e1faa81a2943 | |
parent | 8c0859b92e15f029b6c477e3372af299acd6e260 (diff) |
Update README.md
-rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -4,11 +4,9 @@ An Operating System for The x86 Architecture. ## Building -### Dependencies: +> Dependencies: nix with flakes enabled and (optionally) direnv -> nix with flakes enabled and (optionally) direnv - -After entering the devshell, +After entering the devshell (with direnv or `nix develop`), ```sh source env.sh |