summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-05-04 14:08:29 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-05-04 14:08:29 +0200
commit4904e4b759b1b56e86bd06345929edc3143fafe8 (patch)
treee9df560cfc68e054d81166204571bc2b2c4f3cf7 /README.md
parent73db33eea16f50935f321f7bf5201a1ffde09003 (diff)
Fix: wrong cp command, missing recursive parameter
Change-Id: I7dd75ab9f884e49343235cf82e4794ab8df53a0e Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0c0462d..82bbd44 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ installed, customize your project with file `\<root-path\>/etc/config.cmake`.
Typically, to copy files use a command like:
```bash
-cp reference/etc reference/packaging <root-path-to-your-project>
+cp -r reference/etc reference/packaging <root-path-to-your-project>
cp reference/AGLbuild <root-path-to-your-project>
```