From 5da81a1ff05fc3433590f062b253406e4ffecd82 Mon Sep 17 00:00:00 2001 From: ksew1 Date: Fri, 13 Feb 2026 13:38:17 +0100 Subject: [PATCH] Add starkup installation to README commit-id:6f45aa1a --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 956866a..0144043 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,23 @@ ## Installation -You can install `cairo-coverage` using [asdf](https://asdf-vm.com/guide/getting-started.html) +You can install `cairo-coverage` using [starkup](https://starkup.sh/), [asdf](https://asdf-vm.com/guide/getting-started.html) or the installation script. -### asdf (recommended): +### starkup (recommended): + +Starkup helps you install all the tools used to develop packages in Cairo and write contracts for Starknet. + +> ℹ️ Info +> +> When using starkup on Windows, please use WSL, as it only works on macOS and Linux. + +Run the following in your terminal, then follow the onscreen instructions: +```shell +curl --proto '=https' --tlsv1.2 -sSf https://sh.starkup.sh | sh +``` + +### asdf: ```shell asdf plugin add cairo-coverage