about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorAlan Pearce2024-05-12 22:34:23 +0200
committerAlan Pearce2024-05-12 23:12:39 +0200
commit895a3b061bb4717955ffbceab3bf3c6ecebacd70 (patch)
treefed970785b9b0460693d07dcffae08283be90ce4 /README.md
parent7077a3748fa545e8dee83d4f3464c55b4b459183 (diff)
downloadsearchix-895a3b061bb4717955ffbceab3bf3c6ecebacd70.tar.lz
searchix-895a3b061bb4717955ffbceab3bf3c6ecebacd70.tar.zst
searchix-895a3b061bb4717955ffbceab3bf3c6ecebacd70.zip
build: switch to flakes
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index e6cf90d..f5965e5 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@
     -   [cachix](https://docs.cachix.org/installation#installation)
     -   [lorri](https://github.com/nix-community/lorri)
     -   [direnv](https://direnv.net/)
-    
+
 ### Setup
 
 1. Optional: use cachix to avoid building some tools
@@ -21,10 +21,10 @@
 2. Start a nix shell (this will take some time)
 
     ```shell-session
-    nix-shell
+    nix develop
     ```
 
-3. Optional: install and set up lorri and use `lorri shell` instead of `nix-shell`
+3. Optional: install and set up lorri and use `lorri shell` instead of `nix develop`
 
 4. Optional: install direnv, integrate it with your shell and then run
 
@@ -32,4 +32,4 @@
     ln -s .envrc.sample .envrc
     ```
 
-    Now `nix-shell` or `lorri shell` will be run for you automatically when you `cd` into this directory.
+    Now `nix develop` or `lorri shell` will be run for you automatically when you `cd` into this directory.