Fixed README

This commit is contained in:
Emil 2023-08-07 19:53:34 -06:00
parent 6481425366
commit fde8555687
No known key found for this signature in database
GPG Key ID: 5432DB986FDBCF8A

View File

@ -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