diff --git a/README.md b/README.md index 46d9359..ed0ca4d 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,12 @@ This template has all the power of the [Scaffold-ETH 2 dapp toolkit](https://git Before you begin, you need to install the following tools: - `nilup`, an installer and version manager for the [Nillion SDK tools](https://docs.nillion.com/nillion-sdk-and-tools). Install nilup: + + _For the security-conscious, please download the `install.sh` script, so that you can inspect how + it works, before piping it to `bash`._ + ``` - curl https://nilup.nilogy.xyz | bash + curl https://nilup.nilogy.xyz/install.sh | bash ``` - Confirm `nilup` installation ```