~aleteoryx/muditaos

164b229cf0a5d432eedd2d7217c92c2e99ec6c84 — Mathias Monnerville 5 years ago 871b250
Fix typo
1 files changed, 1 insertions(+), 1 deletions(-)

M doc/quickstart.md
M doc/quickstart.md => doc/quickstart.md +1 -1
@@ 185,7 185,7 @@ Here's the bare minimum that will enable you to bootstrap the environment on Lin
```bash
git submodule update --init --recursive                        # initialize submodules
cd ./config/ && ./bootstrap.sh && cd ../                       # bootstrap requirements
./cofnigure.sh rt1051|linux Debug|Release|RelWithDebInfo       # configure build
./configure.sh rt1051|linux Debug|Release|RelWithDebInfo       # configure build
cd <build-dir>                                                 # build dir depends on configuration
make -j                                                        # build
./PurePhone                                                    # run PurePhone - emulator screen will pop up (on the Linux filesystem)