From 93cec1a41a542b444b00a9d29ff4adaef6e9f665 Mon Sep 17 00:00:00 2001
From: Ruqian Lyu <xiaoru.best@gmail.com>
Date: Sat, 16 Jan 2021 19:38:54 +1100
Subject: [PATCH] update readme

---
 README.md | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 8fc84be..a99ef0a 100644
--- a/README.md
+++ b/README.md
@@ -78,6 +78,14 @@ docker run -it svirlyu/sscocaller
 ```
 
 
-### Static builds (WIP)
+### Static builds 
+
+The static bianry can be simply downloaded which works for GNU/Linux type OS: `./src/sscocaller`
+
+The static build was generated by using docker image docker://svirlyu/sscocaller_nsb
+
+```
+/usr/local/bin/nsb -s ./src/sscocaller.nim -n sscocaller.nimble -o /mnt/src -- --d:release --threads:on
+```
+
 
-The static bianry can be simply downloaded which works for GNU/Linux type OS:
-- 
GitLab