summarylogtreecommitdiffstats
path: root/openframeworks.install
diff options
context:
space:
mode:
Diffstat (limited to 'openframeworks.install')
-rw-r--r--openframeworks.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/openframeworks.install b/openframeworks.install
index 8d2cb4432cfa..c061cdf4a3b3 100644
--- a/openframeworks.install
+++ b/openframeworks.install
@@ -1,10 +1,10 @@
post_install() {
echo "The Project Generator is in /opt/openFrameworks/apps/projectGenerator/projectGeneratorSimple."
- echo -e "To initialize the workspace needed for openFrameworks launching the command: \033[0;32mof-make-workspace\033[0m"
+ echo -e "To initialize the workspace needed for openFrameworks launch the command: \033[0;32mof-make-workspace\033[0m"
echo "this command will initialize a workspace folder in your home directory."
}
post_update() {
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."
+ echo -e "If you already have a local workspace in your home, \033[1;31mBACKUP YOUR PROJECTS BEFORE\033[0m generating a new local workspace."
}