aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5eaf86774..0d84e1072 100644
--- a/README.md
+++ b/README.md
@@ -98,6 +98,20 @@ With this example, the output files would be:
```
+If you want to add a permanent copy destination, create a file in `dist/` called ".destination.json". Inside the file, paste and customize the following:
+
+```json
+
+{
+ "/Absolute/path/to/other/destination": true
+}
+
+```
+
+
+Additionally, both methods can be combined.
+
+
Updating Submodules
-------------------