summarylogtreecommitdiffstats
path: root/psiphon.install
diff options
context:
space:
mode:
Diffstat (limited to 'psiphon.install')
-rw-r--r--psiphon.install5
1 files changed, 3 insertions, 2 deletions
diff --git a/psiphon.install b/psiphon.install
index 79ceac9d8592..b3cd96a219c8 100644
--- a/psiphon.install
+++ b/psiphon.install
@@ -1,7 +1,8 @@
post_install() {
echo
- echo "You need to provide you own configuration file."
+ echo "You need to provide you own configuration files"
echo "The configuration directory is /etc/psiphon/ (for system service) and \$XDG_CONFIG_HOME/psiphon/ (for user service)."
+ echo "Example config file for console client in /etc/psiphon/client.config"
+ echo "Example config file for the server can be generated in current directory by: psiphond -ipaddress 127.0.0.1 -protocol OSSH:9999 generate"
echo "See the repository's README for how to use: https://github.com/Psiphon-Labs/psiphon-tunnel-core"
- echo
}