Skip to content

Commit ce989cc

Browse files
committed
Add instructions to run tutorial after checkout.
1 parent 02e6041 commit ce989cc

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# A 10 min tutorial to create the [shellfire] application 'overdrive'
2-
If you'd rather not follow along, or if you'd prefer to see a complete application, take a look at the files in `overdrive`. (On a Mac with TextMate, `mate tutorial/overdrive`).
2+
If you'd rather not follow along, or if you'd prefer to see a complete application, take a look at the files in `overdrive`. (On a Mac with TextMate, `mate tutorial/overdrive`). To run the completed tutorial, clone this repository, then run in the project root:
3+
4+
```bash
5+
git submodule update --init
6+
cd overdrive
7+
./overdrive gearbox.json
8+
cat gearbox.xml
9+
```
310

411
'overdrive' is intended to be a simple application that converts 'GearBox' JSON files to XML. It shows how to quickly parse command lines, validate arguments and use the JSON and XML libraries.
512

0 commit comments

Comments
 (0)