MycroftOS: Add submodule buildroot, default branch 2018.08.x
This commit is contained in:
parent
1293a14ce7
commit
f8433f0b40
|
@ -0,0 +1,4 @@
|
||||||
|
[submodule "buildroot"]
|
||||||
|
path = buildroot
|
||||||
|
url = https://github.com/buildroot/buildroot.git
|
||||||
|
branch = 2018.08.x
|
10
README.md
10
README.md
|
@ -13,4 +13,12 @@ The software stack of Mycroft creates a hackable open source voice assistant.
|
||||||
At this moment development is in very early stages and focussed on the Raspberry Pi 3B. As soon as an initial first workable version
|
At this moment development is in very early stages and focussed on the Raspberry Pi 3B. As soon as an initial first workable version
|
||||||
is created, other hardware might be added.
|
is created, other hardware might be added.
|
||||||
|
|
||||||
Building instructions will follow soon...
|
### Getting the code
|
||||||
|
|
||||||
|
First, get the code on your system! The simplest method is via git.
|
||||||
|
|
||||||
|
- `cd ~/`
|
||||||
|
- `git clone --recurse-submodules https://github.com/j1nx/MycroftOS.git`
|
||||||
|
- `cd MycroftOS`
|
||||||
|
|
||||||
|
More building instructions will follow soon...
|
||||||
|
|
Loading…
Reference in New Issue