1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-03-24 15:30:31 +01:00

Documentation: Update building.md

This commit is contained in:
Peter Steenbergen 2020-03-26 10:59:35 +01:00
parent e75c627a57
commit 161fd34951

@ -8,7 +8,7 @@ First, get the code on your system! The simplest method is via git.
- cd ~/ - cd ~/
- git clone --recurse-submodules https://github.com/j1nx/MycroftOS.git - git clone --recurse-submodules https://github.com/j1nx/MycroftOS.git
- cd MycroftOS - cd MycroftOS
(Optional) If you want to switch to the active development branch. <br>(Optional) If you want to switch to the active development branch.
- git checkout develop - git checkout develop
- git submodule update --remote --merge - git submodule update --remote --merge