summarylogtreecommitdiffstats
path: root/psiphon.install
diff options
context:
space:
mode:
Diffstat (limited to 'psiphon.install')
-rw-r--r--psiphon.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/psiphon.install b/psiphon.install
new file mode 100644
index 000000000000..79ceac9d8592
--- /dev/null
+++ b/psiphon.install
@@ -0,0 +1,7 @@
+post_install() {
+ echo
+ echo "You need to provide you own configuration file."
+ echo "The configuration directory is /etc/psiphon/ (for system service) and \$XDG_CONFIG_HOME/psiphon/ (for user service)."
+ echo "See the repository's README for how to use: https://github.com/Psiphon-Labs/psiphon-tunnel-core"
+ echo
+}