Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
left to right for folder icon
  • Loading branch information
tobybreckon committed Aug 10, 2023
1 parent cbab727 commit 81c830b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Once you have completed the **Getting Started** steps:

* copy and paste the code from this example [capture_camera.py](src/capture_camera.py?raw=1) into your Visual Studio Code window
* save this file as ```main.py``` by selecting menu item: File > Save As... (then entering filename as ```main.py```)
- if you are working on a shared account (i.e. as a visitor to [Computer Science at Durham University](https://www.durham.ac.uk/departments/academic/computer-science/)), first create a new directory (i.e. folder, using the folder+ icon on the left hand side, see below) using your name and save the file in there as ```main.py``` in that directory (i.e. ```yourfirstname-initial/main.py``` or similar) to avoid file conflicts with other users.
- if you are working on a shared account (i.e. as a visitor to [Computer Science at Durham University](https://www.durham.ac.uk/departments/academic/computer-science/)), first create a new directory (i.e. folder, using the folder+ icon on the right hand side, see below) using your name and save the file in there as ```main.py``` in that directory (i.e. ```yourfirstname-initial/main.py``` or similar) to avoid file conflicts with other users.

![VS code create directory](img/vs-code-create-directory.png)

Expand Down

0 comments on commit 81c830b

Please sign in to comment.