Explorar o código

Add recursive to copy in readme

Antony Messerli %!s(int64=3) %!d(string=hai) anos
pai
achega
43e2f303de
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      etc/netbootxyz/custom/README.md

+ 2 - 2
etc/netbootxyz/custom/README.md

@@ -20,7 +20,7 @@ A sample menu is provided to demonstrate how to configure and set up
 a menu.  You can copy the custom directory from the repo:
 
 ```
-cp etc/netbootxyz/custom /etc/netbootxyz/custom
+cp -r etc/netbootxyz/custom /etc/netbootxyz/custom
 ```
 
 If you are building via Docker, you can create a `custom` folder in
@@ -29,4 +29,4 @@ the root source directory and then set the variable like so:
 ```
 custom_generate_menus: true
 custom_templates_dir: "/ansible/custom"
-```
+```