updated make and doc section

This commit is contained in:
Tristan Ancelet 2023-11-26 14:40:14 -06:00
parent 6bb33bad72
commit d61b97bc49

View File

@ -14,6 +14,10 @@
# Synergy 3.x you will need to purchase the license to use it. Otherwise, I #
# haven't been able to find that repo (unless I'm overlooking something) #
# #
# If you find an error in this let me know via my contact info in the README of my #
# journal repo (https://git.arcanium.tech/tristan/journal). If I've overlooked a #
# step I'll update this script. #
# #
####################################################################################
@ -92,7 +96,7 @@ mkdir build && cd build
## Making the buildfile and preparing for the build
cmake ..
## Build the project
## Build & install the project
make && make install
# END: Work