From 36272634e5d3742e0e28e19a7b5e72d5a05c10e6 Mon Sep 17 00:00:00 2001 From: MONK Date: Wed, 30 Apr 2025 17:20:33 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 399ce403..fcaa2d97 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ All the examples in this document assume that you use a Ubuntu like system. If t ### Build from source ``` # Get repo and CD - git clone https://github.com/capsule-corp-ternoa/ternoa-node.git && cd ternoa-node + git clone https://github.com/capsule-corp-ternoa/ternoa-node && cd ternoa-node # Get submodules git submodule update --init --recursive # Updating Rust to latest versions and installing the right Rust version.