From e5a961e18a9e86a6fef644256d67ff46eb5f0e44 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 29 Dec 2018 05:48:52 +0100 Subject: [PATCH] Added example config --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9af1c76..97d0968 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,14 @@ int main(int argc, char *argv[]) ## Configuration +The configuration file is in `${XDG_CONFIG_HOME}/cppscript.cfg`. +### Example config + +```CFG +compiler = "g++"; +cache_dir = "/home/user/.cache/cppscript"; +``` ## Install @@ -37,7 +44,7 @@ int main(int argc, char *argv[]) #### Dependencies -* C++ compiler (tested: [gcc](https://gcc.gnu.org/) 6/7/8, +* C++ compiler (tested: [gcc](https://gcc.gnu.org/) 5/6/7/8, [clang](https://llvm.org/) 3/5/6) * [cmake](https://cmake.org/) (at least 3.2) * [libxdg-basedir](http://repo.or.cz/w/libxdg-basedir.git) (tested: 1.2)