Skip to content

Commit

Permalink
Cairo v0.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
liorgold2 committed Nov 29, 2021
1 parent 7712b21 commit 8eb9558
Show file tree
Hide file tree
Showing 18 changed files with 340 additions and 138 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,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.6.0.zip .
> docker cp ${container_id}:/app/cairo-lang-0.6.1.zip .
> docker rm -v ${container_id}
```

Loading

0 comments on commit 8eb9558

Please sign in to comment.