From 7142902ab0ae6193755a072abe7f60f6f3aa6c1d Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 8 Jan 2021 09:19:02 -0300 Subject: [PATCH] Updating README.md --- README.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 86d73f8..2b76f0b 100644 --- a/README.md +++ b/README.md @@ -68,17 +68,21 @@ Compiling for Windows (With MSYS2) 3. Get sources from git - * git clone https://github.com/PerryWerneck/libipc3270.git ./libipc3270 - + ```shell + git clone https://github.com/PerryWerneck/libipc3270.git ./libipc3270 + ``` 4. Build library using the mingw shell - * cd libipc3270 - * ./autogen.sh - * make all - + ```shell + cd libipc3270 + ./autogen.sh + make all + ``` 5. Install - * make install + ```shell + make install + ``` Compiling for Windows (With MSVC) --------------------------------- @@ -101,3 +105,4 @@ Compiling for Windows (With MSVC) cd ipc3270 install.bat ``` + -- libgit2 0.21.2