summarylogtreecommitdiffstats
path: root/arcanist.install
diff options
context:
space:
mode:
Diffstat (limited to 'arcanist.install')
-rw-r--r--arcanist.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/arcanist.install b/arcanist.install
new file mode 100644
index 000000000000..84d4a0209cef
--- /dev/null
+++ b/arcanist.install
@@ -0,0 +1,5 @@
+post_install() {
+ echo "You must add the path /usr/share/php to the open_basedir variable"
+ echo "of your /etc/php/php.ini configuration file in order to execute"
+ echo "the arc command."
+}