summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortydell2018-03-19 18:00:25 +0100
committertydell2018-03-19 18:00:25 +0100
commit02d71a4de3a53e5a44a829fde3f804634655ace3 (patch)
tree0248051d012f7493c81a3e6c9b4533f8cf5d0997
parentb3a2c9c8772d24acb20f0344246d1da74b0c8390 (diff)
downloadaur-02d71a4de3a53e5a44a829fde3f804634655ace3.tar.gz
Corrected .install file
-rwxr-xr-xclickable.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/clickable.install b/clickable.install
index 5154975b903a..1d5f83e8e268 100755
--- a/clickable.install
+++ b/clickable.install
@@ -1,7 +1,7 @@
post_install() {
echo "To finish installation you have to add clickable to your PATH:"
- echo 'echo "export PATH=\$PATH:\$HOME/clickable" >> ~/.bashrc'
+ echo 'echo "export PATH=\$PATH:\/opt/clickable" >> ~/.bashrc'
echo "Read the new .bashrc file: source ~/.bashrc"
echo "Configure docker for clickable: clickable setup-docker"