From d00b4a578f802d9808a90d6568fa953057dc85f2 Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 8 May 2024 11:14:40 +0300 Subject: [PATCH 1/2] updated installation script --- content/docs/install/install-core.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/docs/install/install-core.md b/content/docs/install/install-core.md index 026ad289e..46b03ee00 100644 --- a/content/docs/install/install-core.md +++ b/content/docs/install/install-core.md @@ -30,14 +30,14 @@ If you need help with a particular step, see the [installation's troubleshooting - Install or upgrade the build dependencies: _git_, _cmake_, _ninja_, _curl_, _python_, _clang-format_, _jq_ - [Install dependencies](https://trueblocks.io/docs/install/install-troubleshooting/#installing-build-tools) -

+

+ - Clone the repo and compile the executable: ```shell git clone --depth 1 --branch master https://github.com/TrueBlocks/trueblocks-core cd trueblocks-core mkdir build && cd build -../scripts/make-go-work.sh cmake ../src make # may be faster with make -j ``` @@ -106,7 +106,7 @@ You should get results similar to these: There's a lot left to learn. Have fun: - - [Using the Unchained Index](/docs/install/build-unchained-index/) - - [Explore some coding examples](https://github.com/TrueBlocks/trueblocks-core/tree/master/src/examples) - - [View data science recipes](/tags/tutorials/) - - [Use the explorer application](/docs/install/install-explorer/) +- [Using the Unchained Index](/docs/install/build-unchained-index/) +- [Explore some coding examples](https://github.com/TrueBlocks/trueblocks-core/tree/master/src/examples) +- [View data science recipes](/tags/tutorials/) +- [Use the explorer application](/docs/install/install-explorer/) From e0b429a18c9542b1ec2b8c8236c02c0d03b0d593 Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 8 May 2024 11:19:47 +0300 Subject: [PATCH 2/2] rolledback formatting --- content/docs/install/install-core.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/content/docs/install/install-core.md b/content/docs/install/install-core.md index 46b03ee00..17926d5b5 100644 --- a/content/docs/install/install-core.md +++ b/content/docs/install/install-core.md @@ -30,8 +30,7 @@ If you need help with a particular step, see the [installation's troubleshooting - Install or upgrade the build dependencies: _git_, _cmake_, _ninja_, _curl_, _python_, _clang-format_, _jq_ - [Install dependencies](https://trueblocks.io/docs/install/install-troubleshooting/#installing-build-tools) -

- +

- Clone the repo and compile the executable: ```shell @@ -106,7 +105,7 @@ You should get results similar to these: There's a lot left to learn. Have fun: -- [Using the Unchained Index](/docs/install/build-unchained-index/) -- [Explore some coding examples](https://github.com/TrueBlocks/trueblocks-core/tree/master/src/examples) -- [View data science recipes](/tags/tutorials/) -- [Use the explorer application](/docs/install/install-explorer/) + - [Using the Unchained Index](/docs/install/build-unchained-index/) + - [Explore some coding examples](https://github.com/TrueBlocks/trueblocks-core/tree/master/src/examples) + - [View data science recipes](/tags/tutorials/) + - [Use the explorer application](/docs/install/install-explorer/) \ No newline at end of file