Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
docs: Highlight piping to bash goes against conventional wisdom
Browse files Browse the repository at this point in the history
This commit updates nilup-install docs to include a note about piping to
bash going against conventional security wisdom and to show our users
support in inspecting what the install.sh script does before running it
blindly from their machine.
  • Loading branch information
jwolski2 committed Apr 2, 2024
1 parent 188ec08 commit b0ebacc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ 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/install.sh | bash
```
Expand Down

0 comments on commit b0ebacc

Please sign in to comment.