From 587256ddab9b5eea3593d5db69a6441703dbfb14 Mon Sep 17 00:00:00 2001 From: AlexZ <77075814+sazhiv@users.noreply.github.com> Date: Tue, 8 Oct 2024 01:05:59 +0500 Subject: [PATCH] fix: soroban.mdx (#1189) --- .../docs/validator/external-chains/soroban.mdx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/content/docs/validator/external-chains/soroban.mdx b/src/content/docs/validator/external-chains/soroban.mdx index f8bcc0905..a0818b017 100644 --- a/src/content/docs/validator/external-chains/soroban.mdx +++ b/src/content/docs/validator/external-chains/soroban.mdx @@ -29,13 +29,13 @@ In order to build the `Soroban` node, you first need to install all the required ```bash curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -sudo apt-get install -y make git-core libssl-dev pkg-config libclang-12-dev build-essential protobuf-compiler sudo apt-get update +sudo apt-get install -y make git-core libssl-dev pkg-config libclang-12-dev build-essential protobuf-compiler sudo apt-get install libudev-dev source "$HOME/.cargo/env" # common packages -sudo apt-get install git build-essential pkg-config autoconf automake libtool bison flex libpq-dev libunwind-dev parallel sed perl +sudo apt-get install git build-essential pkg-config autoconf automake libtool bison flex libpq-dev libunwind-dev parallel sed perl postgresql-common postgresql postgresql-contrib # if using clang sudo apt-get install clang-12 # clang with libstdc++ @@ -96,8 +96,8 @@ SOROBAN_RELEASE=v21.4.1 ```bash - git clone https://github.com/stellar/stellar-core.git - cd stellar-core + git clone https://github.com/stellar/soroban-rpc.git + cd soroban-rpc git checkout $SOROBAN_RELEASE make build-soroban-rpc mv soroban-rpc /usr/bin/ @@ -105,8 +105,8 @@ SOROBAN_RELEASE=v21.4.1 ```bash - git clone https://github.com/stellar/stellar-core.git - cd stellar-core + git clone https://github.com/stellar/soroban-rpc.git + cd soroban-rpc git checkout $SOROBAN_RELEASE make build-soroban-rpc mv soroban-rpc /usr/bin/ @@ -430,4 +430,4 @@ If the node is successfully synced, the output from above will print "ledgerRetentionWindow": 17280 } } -``` \ No newline at end of file +```