Commit 19edc3acb731d08fbd85c107f3b7c5d701f9ad4c

Authored by Perry Werneck
Committed by GitHub
1 parent 5455163e

Update README.md

Showing 1 changed file with 6 additions and 5 deletions   Show diff stats
@@ -35,16 +35,17 @@ For the supported distributions get the install repositories and instructions fr @@ -35,16 +35,17 @@ For the supported distributions get the install repositories and instructions fr
35 1. Add the MinGW Repositories 35 1. Add the MinGW Repositories
36 36
37 ```shell 37 ```shell
38 - sudo zypper ar obs://windows:mingw:win32 mingw32  
39 - sudo zypper ar obs://windows:mingw:win64 mingw64  
40 - sudo zypper ref 38 + $ sudo zypper ar obs://windows:mingw:win32 mingw32
  39 + $ sudo zypper ar obs://windows:mingw:win64 mingw64
  40 + $ sudo zypper ar obs://home:PerryWerneck:pw3270 pw3270
  41 + $ sudo zypper ref
41 ``` 42 ```
42 43
43 2. Run the build script 44 2. Run the build script
44 45
45 ```shell 46 ```shell
46 - wget https://github.com/PerryWerneck/pw3270/blob/master/win/pack.sh  
47 - ./pack.sh --pre-reqs 47 + $ wget https://github.com/PerryWerneck/pw3270/blob/master/win/pack.sh
  48 + $ ./pack.sh --pre-reqs
48 ``` 49 ```
49 50
50 ### Windows native with MSYS2 51 ### Windows native with MSYS2