From 9bf762052df51723b20a9104ab8591b19ad3d9d5 Mon Sep 17 00:00:00 2001 From: Suphanat Chunhapanya Date: Sun, 22 Jan 2023 15:21:24 +0700 Subject: [PATCH] Source the env of rust --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 983aae7..8f99d26 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ sudo apt-get install -y ethereum # Install Rust curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh +source "$HOME/.cargo/env" # Install lighthouse and lcli sudo apt-get install -y git gcc g++ make cmake pkg-config llvm-dev libclang-dev clang protobuf-compiler