Skip to content

Commit 9b12a5f

Browse files
committed
fix(README): making note of git repo location design
1 parent cf6ef25 commit 9b12a5f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.devcontainer/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,15 @@ This script creates all required cache directories on the host, including:
4747

4848
The script is idempotent and can be run multiple times without issues.
4949

50+
The container was designed to be used for development with contracts repo at `/git/graphprotocol/contracts` and with `/git` mounted from the host by `docker-compose.yml`.
51+
5052
### 2. Start the Dev Container
5153

5254
After creating the cache directories, you can start the dev container:
5355

5456
1. Open VS Code
5557
2. Use the "Remote-Containers: Open Folder in Container" command
56-
3. Select the repository directory
58+
3. Select the repository directory (for example `/git/graphprotocol/contracts`)
5759

5860
When the container starts, the `project-setup.sh` script will automatically run and:
5961

0 commit comments

Comments
 (0)