test

README.md

Committer:
peyo
Date:
2017-04-12
Revision:
1:3f75eb8d46f4
Parent:
0:cd5404401c2f

File content as of revision 1:3f75eb8d46f4:

# Embedded application template

Usage:
* Clone to `your-project-dir` and enter it
* Edit readme file
* Modify remote URL with:
    ```sh
    $ git remote set-url origin git@gitlab.com:catie_sixtron/your-project-name.git'
    $ git push -u origin master
    ```
* Initialize with:

    ```sh
    $ mbed deploy
    ```