BigW Consortium Gitlab

Commit 2b32b271 by David Frey

Update README.md with simpler instructions

* Remove the setup.sh script since it is not necessary if the --recursive option is passed to git clone. * Correct a URL in the README.md which points to the Developer Studio branch of mangOH where submodule usage was proposed.
parent a385761e
......@@ -15,12 +15,10 @@ Launch the **Legato Command Line** shortcut to load the Legato development envir
### Get the source code
Clone this repository and initialize the sub-modules
* `git clone git://github.com/swiDeveloperStudio/mangOH`
* `cd mangOH`
* `./setup.sh`
Clone this repository and the submodules it requires
* `git clone --recursive git://github.com/mangOH/mangOH`
### Build
Build the MangOH Legato system
* `make all`
Build the mangOH Legato system
* `make --include-dir=$LEGATO_ROOT wp85`
#!/bin/sh
set -e
git submodule sync --recursive
git submodule update --init --recursive
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment