Skip to content

Commit

Permalink
docs: readme tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev committed Mar 27, 2023
1 parent f57b1ec commit ba5594d
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,27 +157,21 @@ An entity is addressed by a `felt252`. An entity represents a collection of comp

## Development

### Setup Submodules
### Dev Container

```
git submodule update --init --recursive
```

## Development container

It is recommended to use the dev container when building on DoJo as it contains everything needed to begin developing.
It is recommended to use the dev container when building on Dojo as it contains everything needed to begin developing.

Make sure you update your Docker to the latest stable version, sometimes the Dev containers do not play nicely with old Docker versions.

# Restart VSCode for this to take effect
#### Restart VSCode for this to take effect

### Open and build container
##### Open and build container

Command pallete: `ctrl + shift + p`

Then: `Remote-Containers: Rebuild Container Without Cache`

### Setup the language server
##### Setup the language server

```
cd cairo/vscode-cairo
Expand Down

0 comments on commit ba5594d

Please sign in to comment.