Skip to content

Commit e403bc0

Browse files
committed
update readme
1 parent 3c56dbc commit e403bc0

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Code/pico_multi_booter/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Here is a bootloader for PicoCalc combined slightly modified [PicoMite](https://
88

99
## How to compile
1010
```
11+
git clone --recursive https://github.com/clockworkpi/PicoCalc.git
12+
cd PicoCalc/Code/pico_multi_booter
1113
export PICO_SDK_PATH=/where/picosdk/is
1214
mkdir build
1315
cd build

Code/picocalc_helloworld/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Demonstrate how to use spi screen, i2c keyboard and psram on PicoCalc.
44

55
## Building
66
```
7+
git clone --recursive https://github.com/clockworkpi/PicoCalc.git
8+
cd PicoCalc/Code/picocalc_helloworld/
9+
710
mkdir build
811
cd build
912
export PICO_SDK_PATH=/where/pico-sdk/is

0 commit comments

Comments
 (0)