Skip to content

Commit

Permalink
also need curl
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin committed Jan 25, 2024
1 parent e3cee2b commit 2c67636
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/tutorials/build-files-archive-with-dal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ To run this tutorial, install Rust by running the following command.
The application in this tutorial uses Rust because of its support for WebAssembly (WASM), the language that Smart Rollups use to communicate.
Rollups can use any language that has WASM compilation support.

First, make sure that the `curl` program is installed.
If you are using the Tezos Docker container, run `sudo apk add curl`.

Then, run this command to install Rust:

```bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```
Expand Down

0 comments on commit 2c67636

Please sign in to comment.