From 13b8fde20470240b1978537ad1519947729b5e38 Mon Sep 17 00:00:00 2001 From: CK Tan Date: Fri, 4 Dec 2020 14:30:15 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d07d750..99244ef 100644 --- a/README.md +++ b/README.md @@ -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