aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2024-11-28 22:23:46 +0000
committerAkshay <[email protected]>2024-11-28 22:23:46 +0000
commitf3b7de7938700e96cf083ecada2fc792be15cf02 (patch)
tree8c2b777dbd0dc3adbdc546372eecb29895989e1e
parent07b0bd49a66be1ee7177f5f1101059ac63bcd914 (diff)
lang tags
-rw-r--r--readme.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/readme.md b/readme.md
index 24de376..14602dc 100644
--- a/readme.md
+++ b/readme.md
@@ -22,7 +22,7 @@ me if you would like an invite.
22- over-18, spoiler images are hidden by default 22- over-18, spoiler images are hidden by default
23 23
24i use lurker daily, and above features are pretty good for 24i use lurker daily, and above features are pretty good for
25my use. i do not intend to add much more, i dont like 25my use. i do not intend to add much more, i don't like
26writing js. 26writing js.
27 27
28### gallery 28### gallery
@@ -43,7 +43,7 @@ writing js.
43 43
44you can run lurker as a systemd service on nixos: 44you can run lurker as a systemd service on nixos:
45 45
46``` 46```nix
47inputs.lurker.url= "git+https://git.peppe.rs/web/lurker"; 47inputs.lurker.url= "git+https://git.peppe.rs/web/lurker";
48 . 48 .
49 . 49 .
@@ -56,7 +56,7 @@ services.lurker = {
56 56
57for non-nixos users: 57for non-nixos users:
58 58
59``` 59```bash
60bun run src/index.js 60bun run src/index.js
61``` 61```
62 62
@@ -77,7 +77,7 @@ directory. there is no way to configure this right now.
77 77
78to hack on lurker: 78to hack on lurker:
79 79
80``` 80```bash
81nix shell .# # get a devshell 81nix shell .# # get a devshell
82nix build .#lurker # build the thing 82nix build .#lurker # build the thing
83``` 83```