-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
139 changed files
with
6,186 additions
and
2,089 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,6 @@ Clone the repository and initialize the git submodules using: | |
```bash | ||
> git clone [email protected]:starkware-libs/cairo-lang.git | ||
> cd cairo-lang | ||
> git submodule update --init | ||
``` | ||
|
||
Build the docker image: | ||
|
@@ -55,7 +54,7 @@ Once the docker image is built, you can fetch the python package zip file using: | |
|
||
```bash | ||
> container_id=$(docker create cairo) | ||
> docker cp ${container_id}:/app/cairo-lang-0.0.3.zip . | ||
> docker cp ${container_id}:/app/cairo-lang-0.1.0.zip . | ||
> docker rm -v ${container_id} | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.