aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-06-15 09:38:11 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-06-15 09:38:11 +0200
commit5a83e479e50eff90f1d98bd74a9f933a6340e3f6 (patch)
tree643c3a742e0184bbc92659d42710212966028817 /README.md
parent731569245162803678efed3a6940a9490033eceb (diff)
Update README
Change-Id: I51f64cd74c348728afefed8deafc2f0a37e28969 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> # Conflicts: # README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 12 insertions, 10 deletions
diff --git a/README.md b/README.md
index 7056900..f49c9cd 100644
--- 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>