Skip to content

Commit 5010224

Browse files
Minor README fix (#6098)
Fix Linux location typos (lowercase "arduino" and missing "/"). Fixes #6093
1 parent 818a55f commit 5010224

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ Documentation: [https://arduino-esp8266.readthedocs.io/en/2.5.1/](https://arduin
4848
```bash
4949
cd <application-directory>/Arduino.app/Contents/Java
5050
```
51-
- For Linux, it is ~/arduino by default.
51+
- For Linux, it is ~/Arduino by default.
5252
```bash
53-
cd ~arduino
53+
cd ~/Arduino
5454
```
5555
- Clone this repository into hardware/esp8266com/esp8266 directory (or clone it elsewhere and create a symlink)
5656
```bash

0 commit comments

Comments
 (0)