Skip to content

Commit

Permalink
Update README with asdf installation method (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
THenry14 authored Dec 20, 2024
1 parent aa27533 commit 4fa4c3e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4fa4c3e

Please sign in to comment.