From 1015ee03ab3d08a59ead677bcaf768bcd51c86ad Mon Sep 17 00:00:00 2001 From: Ivan Pelipenko Date: Thu, 8 Oct 2020 17:38:47 +0300 Subject: [PATCH] README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9df4ed6..2ba95e8 100644 --- a/README.md +++ b/README.md @@ -80,13 +80,12 @@ Build steps: Build steps for both architectures: follow previous steps, but on '5' state run `make_shstk_all.bat` ## Non-Windows scripts -Script "make_shstk.sh" compile and install toolkit for current environment, e.g. -`./make_shstk.sh -j4` +Script "make_shstk.sh" compile and install toolkit for current environment, e.g. `./make_shstk.sh -j4` ## Docker -This repo provide several Dockerfiles, e.q. so you can exec `docker build -t windows-shstk docker\windows-shstk` +This repo provide several Dockerfiles, so you can exec `docker build -t windows-shstk docker\windows-shstk` and make docker image "windows-shstk" with installed SHS Toolkit for Windows. Similar for other platforms. -Dockerfile provide for platforms: +Dockerfile provides for next platforms: * Debian 10 (debian-shstk) * Ubuntu 20.04 (ubuntu-shstk) * Windows x64 (windows-shstk)