From ffd5f3469fd7a55dfed3b1fab21fe078d1259e95 Mon Sep 17 00:00:00 2001 From: JackBoosY Date: Wed, 15 Jan 2020 23:52:11 -0800 Subject: [PATCH] Correct display format --- README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 60db80cd..d3a9346c 100644 --- a/README.rst +++ b/README.rst @@ -240,13 +240,13 @@ header-only library so it doesn't provide any linkage options. Quick build ~~~~~~~~~~~~~~~~~ -You can download and install fmt using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager: +You can download and install fmt using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager:: - git clone https://github.com/Microsoft/vcpkg.git - cd vcpkg - ./bootstrap-vcpkg.sh - ./vcpkg integrate install - vcpkg install fmt + $ git clone https://github.com/Microsoft/vcpkg.git + $ cd vcpkg + $ ./bootstrap-vcpkg.sh + $ ./vcpkg integrate install + $ ./vcpkg install fmt The fmt port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.