From f046b76b44ad772f42dc6b5d30abf0cee0bcf10a Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Thu, 20 Jan 2022 11:22:01 +0200 Subject: [PATCH] docs: use paradigm url for foundryup install it's cleaner --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 153ca683c..000e6fc54 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Foundry consists of: First run the command below to get `foundryup`, the Foundry toolchain installer: ``` -curl https://raw.githubusercontent.com/gakonst/foundry/master/foundryup/install | bash +curl https://foundry.paradigm.xyz | bash ``` Then in a new terminal session or after reloading your PATH, run it to get the latest `forge` and `cast` binaries: