Commit f10be70a9aefec3d36df0c9a38722414f2b76a4e

Authored by Perry Werneck
Committed by GitHub
1 parent 19edc3ac

Update README.md

Showing 1 changed file with 5 additions and 5 deletions   Show diff stats
README.md
... ... @@ -21,11 +21,11 @@ For the supported distributions get the install repositories and instructions fr
21 21 ## Building for Linux
22 22  
23 23 ```
24   - git clone https://github.com/PerryWerneck/pw3270.git
25   - cd pw3270
26   - ./autogen.sh
27   - make all
28   - sudo make install
  24 + $ git clone https://github.com/PerryWerneck/pw3270.git
  25 + $ cd pw3270
  26 + $ ./autogen.sh
  27 + $ make all
  28 + $ sudo make install
29 29 ```
30 30  
31 31 ## Building for Windows
... ...