Commit 4fa4c3e 1 parent aa27533 commit 4fa4c3e Copy full SHA for 4fa4c3e
File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,26 @@ Profiler for Cairo programming language & Starknet.
6
6
7
7
## Installation
8
8
9
+ You can install ` cairo-profiler ` using [ asdf] ( https://asdf-vm.com/guide/getting-started.html )
10
+ or the installation script.
11
+
12
+ ### asdf (recommended):
13
+
14
+ ``` shell
15
+ asdf plugin add cairo-profiler https://github.com/software-mansion/asdf-cairo-profiler
16
+ asdf install cairo-profiler latest # Replace 'latest' with a specific version number if needed
17
+ ```
18
+
19
+ Please remember to set global/project version to use:
20
+
21
+ ``` shell
22
+ asdf global cairo-profiler 0.7.0
23
+ # or
24
+ asdf local cairo-profiler 0.7.0
25
+ ```
26
+
27
+ ### script:
28
+
9
29
To install the latest stable version of ` cairo-profiler ` , run:
10
30
11
31
``` shell
You can’t perform that action at this time.
0 commit comments