Add some notes to the README about how to get a working build environment

pull/17/head
Jesse Vincent 8 years ago
parent 86769ed202
commit 945bec0d10

@ -2,6 +2,18 @@ We're in the midst of refactoring our really bad prototype firmware into a more
Right now, the code is really ugly. It'll be nicer soon. Please don't judge us too harshly.
# Getting Started
Once you have a git checkout, you'll need to pull in the libraries we
depend on. To do that:
$ cd KeyboardioFirmware
$ git submodule init
$ git submodule update
$ cd source
$ make
<3 jesse
[![Build

Loading…
Cancel
Save