From ff5cf0b9427a43963c4f0bab1dd3c19631cc275e Mon Sep 17 00:00:00 2001 From: Vishal <64505169+vishalxl@users.noreply.github.com> Date: Fri, 30 Dec 2022 08:17:11 +0530 Subject: [PATCH 1/2] mentioned prebuilt docker --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 421e902..c335eef 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,9 @@ Then run using docker run -it nostr_console start ``` +## Prebuilt Docker Images + +Prebuilt docker image from the main branch of this repository can be found [here](https://github.com/vishalxl/nostr_console/pkgs/container/nostr_console). From bbdfed8932dbd1f2990a6cbd7fb5f0d8abbd0222 Mon Sep 17 00:00:00 2001 From: Vishal <64505169+vishalxl@users.noreply.github.com> Date: Fri, 30 Dec 2022 08:18:58 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c335eef..d41ebb9 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,12 @@ docker run -it nostr_console start Prebuilt docker image from the main branch of this repository can be found [here](https://github.com/vishalxl/nostr_console/pkgs/container/nostr_console). +`docker pull ghcr.io/vishalxl/nostr_console:main` + +and then + +`docker run -it ghcr.io/vishalxl/nostr_console:main` + # Use