From fbcf227b83740c7a99a355441107fe107e83de4c Mon Sep 17 00:00:00 2001 From: Joey Dumont Date: Tue, 29 Jul 2014 09:03:52 -0400 Subject: [PATCH] Updated README.md to remove dots in inlined code. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6d30c28..37cb267 100644 --- a/README.md +++ b/README.md @@ -17,16 +17,16 @@ available on GitHub. This library uses CMake to help the build process. First, download the source code. It is recommended to create a separate directory for building, i.e. ```bash -mkdir build/. +mkdir build/ ``` Then, run ```bash -cmake .. && make && sudo make install. +cmake .. && make && sudo make install ``` By default, the library is installed to `/usr/lib/` and the include files are in `/usr/include/`. To install to another directory, say `/usr/local/`, use the command-line argument ```bash -cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr/local && make && sudo make install. +cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr/local && make && sudo make install ``` ## API documentation