about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index be18318..b756805 100644
--- a/README.md
+++ b/README.md
@@ -48,6 +48,7 @@ any C libraries for building, preferring to use their Rust equivalents
 for memory safety and ease of building.
 
 ```console
+$ cd ./kittybox-rs/
 $ cargo build
 ```
 
@@ -66,10 +67,10 @@ $ cargo check
 { config, pkgs, lib, ...}: let 
   # Included as an example. You should probably use `flake.nix` instead.
   # You will get version pinning and you will probably be happier.
-  kittybox-flake = (builtins.getFlake "git+https://git.sr.ht/~vikanezrimaya/kittybox?ref=main");
+  kittybox = (builtins.getFlake "git+https://git.sr.ht/~vikanezrimaya/kittybox?ref=main");
 in {
   imports = [
-    kittybox-flake.nixosModule
+    kittybox.nixosModules.default
   ];
   
   services.kittybox = {