Update README
authorRomain Forlot <romain.forlot@iot.bzh>
Thu, 15 Jun 2017 07:38:11 +0000 (09:38 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Thu, 15 Jun 2017 07:38:11 +0000 (09:38 +0200)
Change-Id: I51f64cd74c348728afefed8deafc2f0a37e28969
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
# Conflicts:
# README.md

README.md

index 7056900..f49c9cd 100644 (file)
--- a/README.md
+++ b/README.md
@@ -25,6 +25,14 @@ A typical project architecture would be :
 │
 ├── conf.d/
 │   ├── app-templates/
+│   │   ├── README.md
+│   │   ├── autobuild/
+│   │   │   ├── agl
+│   │   │   │   └── autobuild.sh
+│   │   │   ├── linux
+│   │   │   │   └── autobuild.sh
+│   │   │   └── windows
+│   │   │       └── autobuild.bat
 │   │   ├── cmake/
 │   │   │   ├── config.cmake.sample
 │   │   │   ├── export.map
@@ -42,18 +50,12 @@ A typical project architecture would be :
 │   │       ├── icon-qml.png
 │   │       └── icon-service.png
 │   ├── packaging/
-│   │   ├── config.xml
 │   │   ├── config.spec
 │   │   └── config.deb
-│   ├── autobuild/
-│   │   ├── agl
-│   │   │   └── autobuild.sh
-│   │   ├── linux
-│   │   │   └── autobuild.sh
-│   │   └── windows
-│   │       └── autobuild.bat
-│   ├── README.md
-│   └── config.cmake
+│   ├── cmake
+│   │   └── config.cmake
+│   └── wgt
+│      └── config.xml.in
 ├── <libs>
 ├── <target>
 ├── <target>