mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 01:08:01 +00:00
Added README documentation for unit tests and fixed typos (#106)
* Fixed minor typos in readme * Created a README for general unit testing purposes and fixed typo in main.cpp of unittests.
This commit is contained in:
@@ -42,7 +42,7 @@ Use these instructions to build a clio executable from source. These instruction
|
||||
./bootstrap.sh
|
||||
./b2 -j$((`nproc`+1))
|
||||
# Add the following 'export' command
|
||||
# to your profile file (/~.profile):
|
||||
# to your profile file (~/.profile):
|
||||
# -------------------------------
|
||||
export BOOST_ROOT=/home/my_user/boost_1_75_0
|
||||
source ~/.profile
|
||||
|
||||
Reference in New Issue
Block a user