Commit 19edc3acb731d08fbd85c107f3b7c5d701f9ad4c
Committed by
GitHub
1 parent
5455163e
Exists in
master
and in
3 other branches
Update README.md
Showing
1 changed file
with
6 additions
and
5 deletions
Show diff stats
README.md
... | ... | @@ -35,16 +35,17 @@ For the supported distributions get the install repositories and instructions fr |
35 | 35 | 1. Add the MinGW Repositories |
36 | 36 | |
37 | 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 | 44 | 2. Run the build script |
44 | 45 | |
45 | 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 | 51 | ### Windows native with MSYS2 | ... | ... |