Skip to content

Commit 521ec66

Browse files
authored
Update README.md
1 parent 40807e4 commit 521ec66

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
[![Build Status](https://github.com/XhmikosR/jpegoptim-windows/workflows/CI/badge.svg?branch=main)](https://github.com/XhmikosR/jpegoptim-windows/actions?query=workflow%3ACI+branch%3Amain)
44

5-
This is just my own project files for easy building of [jpegoptim](https://github.com/tjko/jpegoptim) with [mozjpeg](https://github.com/mozilla/mozjpeg) and Microsoft Visual Studio.
5+
This is just my own project files for easy building of [jpegoptim](https://github.com/tjko/jpegoptim)
6+
with [mozjpeg](https://github.com/mozilla/mozjpeg) and Microsoft Visual Studio.
67
Currently only 64-bit (x64) is targeted.
78

89
## Notes
@@ -15,16 +16,16 @@ Currently only 64-bit (x64) is targeted.
1516

1617
1. Clone the repository
1718

18-
```shell
19-
git clone --recursive https://github.com/XhmikosR/jpegoptim-windows.git
20-
```
19+
```shell
20+
git clone --recursive https://github.com/XhmikosR/jpegoptim-windows.git
21+
```
2122

22-
Alternatively you can do this:
23+
Alternatively you can do this:
2324

24-
```shell
25-
git submodule init
26-
git submodule update --recursive
27-
```
25+
```shell
26+
git submodule init
27+
git submodule update --recursive
28+
```
2829

2930
2. Download and install [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) (any edition)
3031
3. Download [nasm](https://www.nasm.us/) and place `nasm.exe` somewhere into your `PATH`

0 commit comments

Comments
 (0)