Update README.md
This commit is contained in:
parent
f7fde945e6
commit
13b8fde204
1 changed files with 3 additions and 3 deletions
|
@ -162,11 +162,11 @@ if (host.ok) {
|
|||
A normal *make* suffices. You can also simply include the
|
||||
`toml.c` and `toml.h` files in your project.
|
||||
|
||||
Invoking `make install` will install the header file in
|
||||
/usr/local/include and library files in /usr/local/lib.
|
||||
Invoking `make install` will install the header and library files into
|
||||
/usr/local/{include,lib}.
|
||||
|
||||
Alternatively, specify `make install prefix=/a/file/path` to install into
|
||||
/a/file/path/include and /a/file/path/lib/.
|
||||
/a/file/path/{include,lib}.
|
||||
|
||||
## Testing
|
||||
|
||||
|
|
Loading…
Reference in a new issue