Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbmckinley committed Jan 22, 2023
1 parent 0d0a5a5 commit ad3cad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ Hardware installation procedure can be found in [Hallard's blog][2]. To make and
- `CFLAGS=` to specify compiler option. The default one will rely on build host architecture **that may not be suitable for cross or distributed compilation**.
* then build
```
git clone https://github.com/Speedsaver/ArduiPi_OLED.git && make clean && make
git clone https://github.com/Speedsaver/ArduiPi_OLED.git && cd ArduiPi_OLED.git && make clean && make
```
* and finally install **as root** (probably using `sudo`):
~~~~
Expand Down

0 comments on commit ad3cad3

Please sign in to comment.