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>2018-10-15 18:21:42 +0200
commitbb1f637e7aecf8de8305c902b91c42e5081269f8 (patch)
tree1d6bed06758cc0624500ce6454086182ccc13ed8 /README.md
parent13db4dc9f8a20792092d2c8984af339f98b0b1ad (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>
```