From d4612db0c3410de65a9b10bbb9c505e0b1b99a91 Mon Sep 17 00:00:00 2001 From: maxpower-01 <148493471+maxpower-01@users.noreply.github.com> Date: Wed, 27 Mar 2024 16:41:04 +0100 Subject: [PATCH] Update README.md (#423) Added missing Ubuntu package dependencies (curl and npm). --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8f79d8aafe..4c85d8cdee 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,12 @@ sudo apt-get install -y libssl-dev # Install protoc sudo apt-get install -y protobuf-compiler +# Install curl +sudo apt-get install -y curl + +# Install npm +sudo apt-get install -y npm + # Install wasm-pack curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh