File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,19 +14,18 @@ Currently only 64-bit (x64) is targeted.
1414## Build Instructions
1515
16161 . 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
30292 . Download and install [ Visual Studio 2019] ( https://visualstudio.microsoft.com/downloads/ ) (any edition)
31303 . 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 `
You can’t perform that action at this time.
0 commit comments