diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-04 14:08:29 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:21:42 +0200 |
commit | bb1f637e7aecf8de8305c902b91c42e5081269f8 (patch) | |
tree | 1d6bed06758cc0624500ce6454086182ccc13ed8 | |
parent | 13db4dc9f8a20792092d2c8984af339f98b0b1ad (diff) |
Fix: wrong cp command, missing recursive parameter
Change-Id: I7dd75ab9f884e49343235cf82e4794ab8df53a0e
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> ``` |