From 61dbe03a750ab94511573cb70e0b5b5042593eae Mon Sep 17 00:00:00 2001 From: andreypfau Date: Sun, 10 Jul 2022 13:55:17 +0300 Subject: [PATCH] newton-blockchain -> ton-blockchain --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 290db91..fd2623e 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,12 @@ If you don't want to rely on pre-compiled binaries and prefer to compile the bin ``` sudo apt update sudo apt install git make cmake g++ libssl-dev zlib1g-dev wget -cd ~ && git clone https://github.com/newton-blockchain/ton.git +cd ~ && git clone https://github.com/ton-blockchain/ton.git cd ~/ton && git submodule update --init mkdir ~/ton/build && cd ~/ton/build && cmake .. -DCMAKE_BUILD_TYPE=Release && make -j 4 ``` - ## Other sources for binaries -The core team provides automatic builds for several operating systems as [GitHub Actions](https://github.com/newton-blockchain/ton/actions). +The core team provides automatic builds for several operating systems as [GitHub Actions](https://github.com/ton-blockchain/ton/actions). Click on the link above, choose the workflow on the left relevant to your operating system, click on a recent green passing build and under "Artifacts" download `ton-binaries`.