diff options
Diffstat (limited to 'README.md')
-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> ``` |