summarylogtreecommitdiffstats
path: root/openframeworks.install
diff options
context:
space:
mode:
Diffstat (limited to 'openframeworks.install')
-rw-r--r--openframeworks.install3
1 files changed, 2 insertions, 1 deletions
diff --git a/openframeworks.install b/openframeworks.install
index 732bc0d31a4a..8d2cb4432cfa 100644
--- a/openframeworks.install
+++ b/openframeworks.install
@@ -5,5 +5,6 @@ post_install() {
}
post_update() {
- echo -e "Remeber to regenerate your local workspace using: \033[0;32mof-make-workspace\033[0m".
+ echo -e "Remeber to regenerate your local workspace using: \033[0;32mof-make-workspace\033[0m."
+ echo "If you have already a local workspace in your home, BACKUP YOUR PROJECTS BEFORE generating a new local workspace."
}