From 1517267fb6da334a958c47bf898c970b4bfba7c5 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 18 Dec 2019 11:48:16 +0200 Subject: [PATCH] README.md: update instructions --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3ac48e8..05a9aeb 100644 --- a/README.md +++ b/README.md @@ -14,19 +14,18 @@ Currently only 64-bit (x64) is targeted. ## Build Instructions 1. Clone the repository -2. Init submodules with ```shell - git submodule init - git submodule update --recursive + git clone --recursive https://github.com/XhmikosR/jpegoptim-windows.git ``` - Alternatively you can do + Alternatively you can do this: ```shell - git clone --recursive https://github.com/XhmikosR/jpegoptim-windows.git + git submodule init + git submodule update --recursive ``` 2. Download and install [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/) (any edition) 3. Download [nasm](https://www.nasm.us/) and place `nasm.exe` somewhere into your `PATH` -4. Open `jpegoptim.sln` and build or run `build.bat` +4. Open `jpegoptim.sln` and build, or run `build.bat`