Skip to content

Commit 75f9447

Browse files
authored
Updated README.md for Core 2 checkout.
1 parent c210acd commit 75f9447

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
@@ -12,15 +12,15 @@ Locate your .platformio directory which it typically in your home directory:
1212
Clone [SparkFun's Arduino framework](https://github.com/sparkfun/Arduino_Apollo3):
1313

1414
~/.platformio> cd packages
15-
~/.platformio>/packages> git clone https://github.com/sparkfun/Arduino_Apollo3.git framework-arduinoapollo3
15+
~/.platformio>/packages> git clone --recurse-submodules https://github.com/sparkfun/Arduino_Apollo3.git framework-arduinoapollo3
1616

1717
Create a `package.json` file in the directory you just cloned `.platformio/packages/framework-arduinoapollo3/` with the following contents:
1818

1919
```json
2020
{
2121
"name": "framework-arduinoapollo3",
2222
"description": "Arduino Wiring-based Framework (Apollo3 Core)",
23-
"version": "1.0.22",
23+
"version": "2.0.2",
2424
"url": "https://github.com/sparkfun/Arduino_Apollo3"
2525
}
2626
```

0 commit comments

Comments
 (0)