summaryrefslogtreecommitdiff
path: root/community/subtle/subtle.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/subtle/subtle.install')
-rw-r--r--community/subtle/subtle.install7
1 files changed, 6 insertions, 1 deletions
diff --git a/community/subtle/subtle.install b/community/subtle/subtle.install
index c7ef727b7..36fa9bafe 100644
--- a/community/subtle/subtle.install
+++ b/community/subtle/subtle.install
@@ -1,3 +1,8 @@
post_upgrade() {
- echo "If you have subtles on your system remember to upgrade them doing:\n\n\t sur upgrade "
+ echo "In order to use sur you have to install the following dependencies: curb and minitar with"
+ echo "You can use this gem command: "
+ echo " gem install curb minitar"
+ echo ""
+ echo "If you have subtles on your system remember to upgrade them doing:"
+ echo " sur upgrade "
}