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

Commit

Permalink
Merge pull request #1 from NillionNetwork/chore/update-nilup-install-…
Browse files Browse the repository at this point in the history
…path

chore: Update nilup curl URL to include install.sh
  • Loading branch information
jwolski2 authored Apr 2, 2024
2 parents ae5d1c4 + 574f48a commit 2292cc7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 2292cc7

Please sign in to comment.