diff --git a/README.md b/README.md index 8fc84beaa588325c568170e11e2c37e3a8a46fa9..a99ef0a4150a549441617dbda55575c6ab94ddf1 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: