aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorAkshay <[email protected]>2024-12-02 16:57:46 +0000
committerAkshay <[email protected]>2024-12-02 16:59:10 +0000
commitf1029d2ebdfb2dd8736f8c094fb214c2cdb68d2d (patch)
tree90102570af842ae5cc0a04d924e8ad2c9ee0634c /readme.md
parent9a1bd532501a7d8a80c27ebe973572515d975552 (diff)
add docker to install options
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md18
1 files changed, 17 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 14602dc..017d4e7 100644
--- a/readme.md
+++ b/readme.md
@@ -54,7 +54,23 @@ services.lurker = {
54}; 54};
55``` 55```
56 56
57for non-nixos users: 57or with the docker image:
58
59```bash
60# pull the latest image from gh container registry
61$ docker pull ghcr.io/oppiliappan/lurker:latest
62
63# the image will be marked as created on 1970, this is a
64# quirk of using nix, it should not affect usage
65$ docker image ls
66REPOSITORY TAG IMAGE ID CREATED SIZE
67ghcr.io/oppiliappan/lurker latest ba3733164889 54 years ago 186MB
68
69# start lurker in a container
70$ docker run ghcr.io/oppiliappan/lurker:latest
71```
72
73or with just [bun](https://bun.sh/):
58 74
59```bash 75```bash
60bun run src/index.js 76bun run src/index.js