Skip to content

Commit fba6000

Browse files
committed
Readme updated and setup script added
1 parent bee2872 commit fba6000

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
## Setup
1111

12+
- Run the initialization script: `./setup.sh`
1213
- Install the VSCode extension [Remote - Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
1314
- Press <kbd>F1</kbd> to bring up the Command Palette and type in *remote-containers* for a full list of commands
1415
- Run the `Remote-Containers: Reopen in Container` command or run `Remote-Containers: Open Folder in Container...` command and select the local folder

setup.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
mkdir -p videos && mkdir -p data && mkdir -p playground
2+
3+
echo "Directories for data created"

0 commit comments

Comments
 (0)