aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4445cee..056f359 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,11 @@
# NostrSDK
C++ System Development Kit for Nostr
+
+## Build using Docker
+1. Build docker image:
+ docker build -t nostr-ubuntu -f Dockerfile
+
+2. Run docker image
+ docker run -it --privileged -u slavehost --hostname slavehost nostr-ubuntu bash
+
+3. Once inside the docker container, navigate to the NostrSDk directory and execute the compiled test.