Skip to content

Commit

Permalink
Fixing Cairo LSP Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
isif00 committed Oct 13, 2023
1 parent 43e0ec9 commit e53bb1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions your_projects/HelloDojo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ In this section, I will just give you a quick setup, I highly recommand reading

## Installing the requirements
1. **Install Scarb**
**Very important note: using the latest version of scrab will cause some issues with your code**
- so u need to use asdf to install v0.6.0 in order to solve this issues, you can simply do that by clicking [here](https://docs.swmansion.com/scarb/).

- First you need to have Scarb, Scarb is Cairo Package Manger it's heavily inspired by cargo so you get the idea (I hope XD), you can simply install it by running `curl --proto '=https' --tlsv1.2 -sSf https://docs.swmansion.com/scarb/install.sh | sh`

- Scarb will set up everything you will need to run your project, If you will use vscode make sure to go to your settings > search for cairo > and enable Scarb
Expand Down

0 comments on commit e53bb1a

Please sign in to comment.