diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-08-26 15:55:40 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-08-26 15:57:04 +0200 |
commit | f31b2e7cb8a7009203d4e1b4bf2ac0c057b05b79 (patch) | |
tree | ef105d59ee44e3efed54e7e8b19185edf2da9e47 /winbuild | |
parent | be753add31c2d8c835b77a4f3fe089a947371ff1 (diff) | |
download | curl-f31b2e7cb8a7009203d4e1b4bf2ac0c057b05b79.tar.gz |
winbuild/README.md: make <options> visible
Follow-up to be753add31c2d8c
Diffstat (limited to 'winbuild')
-rw-r--r-- | winbuild/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winbuild/README.md b/winbuild/README.md index a57303832..49b0b6ccf 100644 --- a/winbuild/README.md +++ b/winbuild/README.md @@ -71,7 +71,7 @@ Open a Visual Studio Command prompt: nmake /f Makefile.vc mode=<static or dll> <options>
-where <options> is one or many of:
+where `<options>` is one or many of:
- `VC=<6,7,8,9,10,11,12,14,15>` - VC version
- `WITH_DEVEL=<path>` - Paths for the development files (SSL, zlib, etc.)
|