Browse Source

update readme

Signed-off-by: R4SAS <r4sas@i2pmail.org>
master
R4SAS 4 years ago
parent
commit
b1aab5266a
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 4
      README.md

4
README.md

@ -12,7 +12,7 @@ pacman -S make mingw-w64-x86_64-gcc mingw-w64-x86_64-openssl @@ -12,7 +12,7 @@ pacman -S make mingw-w64-x86_64-gcc mingw-w64-x86_64-openssl
* Compile application
```bash
make -f Makefile.mingw
make
```
* Run it using `sygcpp.exe`
@ -28,7 +28,7 @@ sudo apt-get install make g++ libssl-dev @@ -28,7 +28,7 @@ sudo apt-get install make g++ libssl-dev
* Compile application
```
make -f Makefile.linux
make
```
* Run it using `./sygcpp`

Loading…
Cancel
Save