From bc7f3ac687976225a5620af420c6eb38ca13e5e8 Mon Sep 17 00:00:00 2001 From: tjayrush Date: Mon, 27 May 2024 14:25:49 -0400 Subject: [PATCH] Updates to instruct new users to use the `develop` branch. --- content/docs/install/install-core.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/content/docs/install/install-core.md b/content/docs/install/install-core.md index 78616c47f..b2ccb94ae 100644 --- a/content/docs/install/install-core.md +++ b/content/docs/install/install-core.md @@ -34,13 +34,17 @@ If you need help with a particular step, see the [installation's troubleshooting - Clone the repo and compile the executable: ```shell -git clone --depth 1 --branch master https://github.com/TrueBlocks/trueblocks-core +git clone --depth 1 --recurse-submodules --branch develop https://github.com/TrueBlocks/trueblocks-core cd trueblocks-core mkdir build && cd build cmake ../src -make # may be faster with make -j +make ``` +- Switch to the `master` branch if you want a more stable version. + +- The build may be faster with `make -j `. + - Add `./trueblocks-core/bin` to your shell's $PATH. Check Google if you don't know what this means. - Type `chifra config --paths`. This will produce a display similar to the following (ignore any errors). Note the `$CONFIG` paths.