From b1aab5266a1504f88a33c902debb53da2c74ff7c Mon Sep 17 00:00:00 2001 From: R4SAS Date: Mon, 17 Aug 2020 11:59:21 +0300 Subject: [PATCH] update readme Signed-off-by: R4SAS --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aad236b..814a3f0 100644 --- a/README.md +++ b/README.md @@ -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 * Compile application ``` -make -f Makefile.linux +make ``` * Run it using `./sygcpp`