diff --git a/README.md b/README.md index 372b21b4..47cb39c3 100644 --- a/README.md +++ b/README.md @@ -47,17 +47,16 @@ $ make docker_build :warning: **libprotobuf built by MinGW cannot be used with MSVC/clang-cl due to C++ ABI incompatibilty** -**Option 1: Download pre-built files** +**Option 1:** Obtain the pre-built protobuf compiler and library (version X) from here: (URL) -**Option 2: Copy files from docker image** -If you built the main docker image then protobuf has already been built and you can copy the files from there: +**Option 2:** +Copy files from docker image. If you built the main docker image then protobuf has already been built and you can copy the files from there: !INSTRUCTIONS! -**Option 3: Build protobuf inside a container** - -Use either the "builder" or "clang-cl" docker image to build protoc and libprotobuf and adjust your CMAKE_FIND_ROOT_PATH accordingly: +**Option 3:** +Build protobuf inside a container. Use either the "builder" or "clang-cl" docker image to build protoc and libprotobuf and adjust your CMAKE_FIND_ROOT_PATH accordingly: !INSTRUCTIONS!