From 4fa4c3e9872f6322dc86873ccb7c5e9976ea31df Mon Sep 17 00:00:00 2001 From: Wojciech Szymczyk Date: Fri, 20 Dec 2024 12:22:26 +0100 Subject: [PATCH] Update README with asdf installation method (#136) --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 7202e1c..d46e918 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,26 @@ Profiler for Cairo programming language & Starknet. ## Installation +You can install `cairo-profiler` using [asdf](https://asdf-vm.com/guide/getting-started.html) +or the installation script. + +### asdf (recommended): + +```shell +asdf plugin add cairo-profiler https://github.com/software-mansion/asdf-cairo-profiler +asdf install cairo-profiler latest # Replace 'latest' with a specific version number if needed +``` + +Please remember to set global/project version to use: + +```shell +asdf global cairo-profiler 0.7.0 +# or +asdf local cairo-profiler 0.7.0 +``` + +### script: + To install the latest stable version of `cairo-profiler`, run: ```shell