We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce0232a commit 743989eCopy full SHA for 743989e
website/README.txt
@@ -38,7 +38,9 @@ www.roundup-tracker.org:
38
make html
39
* you may also "make clean"
40
* install it
41
- cp -r ./html/* ${project_home}/htdocs/
+ cp -r ./html/* ${project_home}/htdocs/
42
+ or alternatively (leaving out the --dry-run later)
43
+ rsync --dry-run -v --checksum --recursive ./html/* ${project_home}/htdocs/
44
45
(I think I can simplify the Makefile above such that the installation will be included as a make target.)
46
0 commit comments