From 8b32837122fed25d9e3dc3dc7be7aa1e384dfedc Mon Sep 17 00:00:00 2001 From: Artem Chystiakov Date: Wed, 18 Mar 2026 21:49:26 +0200 Subject: [PATCH] update installation link --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3fb1619..1ffdc83 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,7 @@ Simplex is a Rust-based, comprehensive development framework for [Simplicity](ht ## Installation ```bash -curl -L https://raw.githubusercontent.com/BlockstreamResearch/smplx/master/simplexup/install | bash -simplexup +curl -L https://smplx.simplicity-lang.org | bash && simplexup ``` See the [simplexup manual](simplexup/README.md) for more details.