Skip to content

Commit

Permalink
Updated setup/build instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jo3-tech committed Oct 9, 2024
1 parent c4d2c4e commit 97889d3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ You work without an IDE by making use of the provided setup/build scripts and/or
### Setup and build scripts for Windows

Open a Command Prompt (CMD) terminal, navigate to the project directory, and run the commands in the following sections.

**Setup a Windows device ready to build the project.**

Install arduino-cli:
Expand Down Expand Up @@ -94,6 +96,8 @@ Replace COM3 in the command with the desired serial port.

### Setup and build scripts for Linux

Open a terminal, navigate to the project directory, and run the commands in the following sections.

**Setup a Linux device ready to build the project.**

In order for Arduino tools to access the ports (e.g., to upload the programme to a board), your username/log-in name must be added to the dialout group:
Expand Down Expand Up @@ -154,7 +158,7 @@ If you did not add arduino-cli to your devices environment path, the full path m
For windows:

``` shell
C:\Program Files\arduino-cli <commands>
"%ProgramFiles%\Arduino CLI\arduino-cli" <commands>
```

For Linux:
Expand Down

0 comments on commit 97889d3

Please sign in to comment.