diff options
-rw-r--r-- | readme.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 | ||
24 | i use lurker daily, and above features are pretty good for | 24 | i use lurker daily, and above features are pretty good for |
25 | my use. i do not intend to add much more, i dont like | 25 | my use. i do not intend to add much more, i don't like |
26 | writing js. | 26 | writing js. |
27 | 27 | ||
28 | ### gallery | 28 | ### gallery |
@@ -43,7 +43,7 @@ writing js. | |||
43 | 43 | ||
44 | you can run lurker as a systemd service on nixos: | 44 | you can run lurker as a systemd service on nixos: |
45 | 45 | ||
46 | ``` | 46 | ```nix |
47 | inputs.lurker.url= "git+https://git.peppe.rs/web/lurker"; | 47 | inputs.lurker.url= "git+https://git.peppe.rs/web/lurker"; |
48 | . | 48 | . |
49 | . | 49 | . |
@@ -56,7 +56,7 @@ services.lurker = { | |||
56 | 56 | ||
57 | for non-nixos users: | 57 | for non-nixos users: |
58 | 58 | ||
59 | ``` | 59 | ```bash |
60 | bun run src/index.js | 60 | bun run src/index.js |
61 | ``` | 61 | ``` |
62 | 62 | ||
@@ -77,7 +77,7 @@ directory. there is no way to configure this right now. | |||
77 | 77 | ||
78 | to hack on lurker: | 78 | to hack on lurker: |
79 | 79 | ||
80 | ``` | 80 | ```bash |
81 | nix shell .# # get a devshell | 81 | nix shell .# # get a devshell |
82 | nix build .#lurker # build the thing | 82 | nix build .#lurker # build the thing |
83 | ``` | 83 | ``` |