From f21425431963699c1fecebd0bc6a1cae2cd9384b Mon Sep 17 00:00:00 2001 From: Aart Stuurman Date: Sun, 28 Jan 2018 22:35:55 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33725af..95f53fa 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ INSTALLING There are two methods to compile AMQP-CPP, CMake and Make. CMake is platform portable, but the Makefile only works on Linux. ## CMake -The CMake file supports both building and installing. You can choose not to use the install functionality, and instead manually use the build output at bin/. Keep in mind that the TCP module is only supported for Linux. An example install method would be: +The CMake file supports both building and installing. You can choose not to use the install functionality, and instead manually use the build output at `bin/`. Keep in mind that the TCP module is only supported for Linux. An example install method would be: ``` bash mkdir build cd build