Skip to content

Commit

Permalink
Update README.md (#423)
Browse files Browse the repository at this point in the history
Added missing Ubuntu package dependencies (curl and npm).
  • Loading branch information
maxpower-01 authored Mar 27, 2024
1 parent a6e3a68 commit d4612db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d4612db

Please sign in to comment.