Skip to content

Commit

Permalink
Updated README.md to remove dots in inlined code.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeydumont committed Jul 29, 2014
1 parent c23e5b1 commit fbcf227
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbcf227

Please sign in to comment.