From 8ae71f5faeab758fbdd050f207f40b0217c347eb Mon Sep 17 00:00:00 2001 From: Vishal <64505169+vishalxl@users.noreply.github.com> Date: Sun, 25 Dec 2022 02:27:27 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 02f2dc1..ca6beab 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,9 @@ This is an experimental or pre-alpha software made to show or know what a Nostr # Running Nostr Console using Docker +First check out or unzip the code to a directory, `cd` to that directory, and from there type the following commands: +(make sure Docker desktop is running in the background) + ``` docker build -t nostr_console . ```