From fde8555687fe3bb6b127b28e5f8c3efb72d94d80 Mon Sep 17 00:00:00 2001 From: Emil Date: Mon, 7 Aug 2023 19:53:34 -0600 Subject: [PATCH] Fixed README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ad5d909..5be3b4c 100644 --- a/README.md +++ b/README.md @@ -14,19 +14,19 @@ See doc/api.md for detailed information about this interface. Building requires (debian derived): libsqlite3-dev build-essentials -** Submodules +* Submodules git submodule update --init --recursive make -C lib/libircclient -** Configuration (Optional but highly recommended) +* Configuration (Optional but highly recommended) make include/config.h && $EDITOR include/config.h -** Building and Installation +* Building and Installation make && BOOTSTRAP_ONLY=1 ./install.sh remove BOOTSTRAP_ONLY=1 if you plan to install this somewhere. -** Cleanup +* Cleanup make clean rm -rf lib/libircclient bootstrap/probotic_data.sqlite