summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/onboarding.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/onboarding.texi b/doc/onboarding.texi
index 3f88eac..ce9c502 100644
--- a/doc/onboarding.texi
+++ b/doc/onboarding.texi
@@ -466,8 +466,8 @@ In this case, @cite{demo-green} is the active deployment, and @cite{demo-blue} s
After the update is over, the @cite{/home/demo/sockets} symlink will be pointed to @cite{demo-blue}.
@example
-# Remove all existing files
-$ find $HOME -exec rm -fr @{@} \;
+# Remove all existing files; this won't delete dot-files.
+$ rm -fr *
$ git clone /var/git/deployment.git
# Pick color depending on which one is inactive and being rebuilt.