From f01507cabe6bbd5625db5221019d62436eed1452 Mon Sep 17 00:00:00 2001 From: CK Tan Date: Sun, 1 Nov 2020 18:41:46 -0800 Subject: [PATCH] readme --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0ce2308..c8db2e5 100644 --- a/README.md +++ b/README.md @@ -155,14 +155,16 @@ if (host.ok) { } ``` -## Building +## Building and installing -A normal *make* suffices. Alternately, you can also simply include the +A normal *make* suffices. You can also simply include the `toml.c` and `toml.h` files in your project. -## Install +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 file in /usr/local/include and library files in /usr/local/lib. Alternatively, specify `make install prefix=/a/file/path` to install into /a/file/path/include and /a/file/path/lib/. +Alternatively, specify `make install prefix=/a/file/path` to install into +/a/file/path/include and /a/file/path/lib/. ## Testing