Skip to content

Commit 1517267

Browse files
committed
README.md: update instructions
1 parent d1ea4c4 commit 1517267

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,18 @@ Currently only 64-bit (x64) is targeted.
1414
## Build Instructions
1515

1616
1. Clone the repository
17-
2. Init submodules with
1817

1918
```shell
20-
git submodule init
21-
git submodule update --recursive
19+
git clone --recursive https://github.com/XhmikosR/jpegoptim-windows.git
2220
```
2321

24-
Alternatively you can do
22+
Alternatively you can do this:
2523

2624
```shell
27-
git clone --recursive https://github.com/XhmikosR/jpegoptim-windows.git
25+
git submodule init
26+
git submodule update --recursive
2827
```
2928

3029
2. Download and install [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/) (any edition)
3130
3. Download [nasm](https://www.nasm.us/) and place `nasm.exe` somewhere into your `PATH`
32-
4. Open `jpegoptim.sln` and build or run `build.bat`
31+
4. Open `jpegoptim.sln` and build, or run `build.bat`

0 commit comments

Comments
 (0)