aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
-rw-r--r--readme.md5
2 files changed, 5 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index ea6f7d0..9663b81 100644
--- a/flake.nix
+++ b/flake.nix
@@ -41,7 +41,7 @@
41 cp -R ./node_modules/* $out/node_modules 41 cp -R ./node_modules/* $out/node_modules
42 ls -la $out/node_modules 42 ls -la $out/node_modules
43 ''; 43 '';
44 outputHash = "sha256-2qqPTYzbW/MuBfwYDAPZs0fiElTut3tKqCeMW6YIYTg="; 44 outputHash = "sha256-XX8RozzH76qzBAIyWYwPynaxGIaHNojNw5s6aCqaSio=";
45 outputHashAlgo = "sha256"; 45 outputHashAlgo = "sha256";
46 outputHashMode = "recursive"; 46 outputHashMode = "recursive";
47 }; 47 };
diff --git a/readme.md b/readme.md
index 017d4e7..eb802f3 100644
--- a/readme.md
+++ b/readme.md
@@ -67,7 +67,10 @@ REPOSITORY TAG IMAGE ID CREATED SIZE
67ghcr.io/oppiliappan/lurker latest ba3733164889 54 years ago 186MB 67ghcr.io/oppiliappan/lurker latest ba3733164889 54 years ago 186MB
68 68
69# start lurker in a container 69# start lurker in a container
70$ docker run ghcr.io/oppiliappan/lurker:latest 70#
71# lurker stores data in /data,
72# so create a volume on the host accordingly:
73$ docker run -v /your/host/lurker-data:/data ghcr.io/oppiliappan/lurker:latest
71``` 74```
72 75
73or with just [bun](https://bun.sh/): 76or with just [bun](https://bun.sh/):