aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Finrod Felagund <finrod.felagund.97@gmail.com>2024-03-22 14:35:24 +0100
committerLibravatar GitHub <noreply@github.com>2024-03-22 14:35:24 +0100
commit79bf320f7c73c0ec28f15b74b56628861bf9d927 (patch)
tree4b543f27c29e2ef4812f89cc12e977eea3db5573 /README.md
parentbf211480fd6acd5ed20e7c4c6129315a3fb6208a (diff)
Add build instructions to use the Dockerfilefinrod
Diffstat (limited to 'README.md')
-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.