Fix: wrong cp command, missing recursive parameter
authorRomain Forlot <romain.forlot@iot.bzh>
Thu, 4 May 2017 12:08:29 +0000 (14:08 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Thu, 4 May 2017 12:08:29 +0000 (14:08 +0200)
Change-Id: I7dd75ab9f884e49343235cf82e4794ab8df53a0e
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
README.md

index 0c0462d..82bbd44 100644 (file)
--- 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>
 ```