We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bee2872 commit fba6000Copy full SHA for fba6000
README.md
@@ -9,6 +9,7 @@
9
10
## Setup
11
12
+- Run the initialization script: `./setup.sh`
13
- Install the VSCode extension [Remote - Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
14
- Press <kbd>F1</kbd> to bring up the Command Palette and type in *remote-containers* for a full list of commands
15
- Run the `Remote-Containers: Reopen in Container` command or run `Remote-Containers: Open Folder in Container...` command and select the local folder
setup.sh
@@ -0,0 +1,3 @@
1
+mkdir -p videos && mkdir -p data && mkdir -p playground
2
+
3
+echo "Directories for data created"
0 commit comments