From 19edc3acb731d08fbd85c107f3b7c5d701f9ad4c Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Thu, 16 Jul 2020 15:34:54 -0300 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0ed75ac..1f33447 100644 --- a/README.md +++ b/README.md @@ -35,16 +35,17 @@ For the supported distributions get the install repositories and instructions fr 1. Add the MinGW Repositories ```shell - sudo zypper ar obs://windows:mingw:win32 mingw32 - sudo zypper ar obs://windows:mingw:win64 mingw64 - sudo zypper ref + $ sudo zypper ar obs://windows:mingw:win32 mingw32 + $ sudo zypper ar obs://windows:mingw:win64 mingw64 + $ sudo zypper ar obs://home:PerryWerneck:pw3270 pw3270 + $ sudo zypper ref ``` 2. Run the build script ```shell - wget https://github.com/PerryWerneck/pw3270/blob/master/win/pack.sh - ./pack.sh --pre-reqs + $ wget https://github.com/PerryWerneck/pw3270/blob/master/win/pack.sh + $ ./pack.sh --pre-reqs ``` ### Windows native with MSYS2 -- libgit2 0.21.2