summarylogtreecommitdiffstats
path: root/clickable.install
diff options
context:
space:
mode:
Diffstat (limited to 'clickable.install')
-rwxr-xr-xclickable.install12
1 files changed, 6 insertions, 6 deletions
diff --git a/clickable.install b/clickable.install
index 1180199cacba..44a49038f720 100755
--- a/clickable.install
+++ b/clickable.install
@@ -3,13 +3,13 @@ post_install() {
glib-compile-schemas usr/share/glib-2.0/schemas
gtk-update-icon-cache -ftq usr/share/icons/hicolor
- echo "To finish installation you have to add clickable to your PATH:"
- echo ' echo "export PATH=\$PATH:\/opt/clickable" >> ~/.bashrc'
- echo "Read the new .bashrc file:"
- echo " source ~/.bashrc"
- echo "Configure docker for clickable:"
+ echo " "
+ echo "After installation you need to configure docker for clickable:"
echo " clickable setup-docker"
-
+ echo "and install cookiecutter package"
+ echo " pip2 install --user cookiecutter"
+ echo " "
+
}
post_upgrade() {