Skip to content
Adding instructions for opening the project in VSCode. authored by Carlos Natalino's avatar Carlos Natalino
......@@ -30,6 +30,15 @@ There is a `README` file on the Desktop of the virtual machine. Take a look at i
The TeraFlow OS git repository is already setup in the `/home/teraflow/Documents/teraflow/controller` folder. You can enter it and run `git pull` to get the latest version.
## Development
VSCode is already installed in the VM. If you want to open the code for development, you can do:
```
cd /home/teraflow/Documents/teraflow/controller
code .
```
# Contact
If you have any suggestions regarding this page, feel free to reach out to us through our [contact page](https://www.teraflow-h2020.eu/form/contact).
\ No newline at end of file