From 79bf320f7c73c0ec28f15b74b56628861bf9d927 Mon Sep 17 00:00:00 2001 From: Finrod Felagund Date: Fri, 22 Mar 2024 14:35:24 +0100 Subject: Add build instructions to use the Dockerfile --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.md') 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. -- cgit