Skip to content

Commit 97fa3dd

Browse files
committed
Add docs to Readme
1 parent ebdec01 commit 97fa3dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ export PATH=~/bin:$PATH
5454

5555
To add it to your path permanently, add an export command to your shell initialization script (ex: .bashrc).
5656

57+
## Dev Container & Codespace
58+
59+
To get started easily, we provide a Dev Container specification, that can be used using GitHub Codespace or locally using Docker and VS Code. [Dev Containers](https://code.visualstudio.com/docs/devcontainers/containers) are a concept that utilizes containerization to create consistent and isolated development environment. You can run them directly on Github by clicking **Code**, switching to the **Codespaces** tab and clicking **Create codespace on main**. Alternatively, you can run them locally with the extensions for [VS Code](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) or other code editors.
60+
5761
## Build from source code
5862

5963
This is only needed by advanced users who want to modify or test Avalanche Network Runner in specific ways.

0 commit comments

Comments
 (0)