summarylogtreecommitdiffstats
path: root/openresty.install
diff options
context:
space:
mode:
Diffstat (limited to 'openresty.install')
-rw-r--r--openresty.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/openresty.install b/openresty.install
new file mode 100644
index 000000000000..5bb3904b5f80
--- /dev/null
+++ b/openresty.install
@@ -0,0 +1,10 @@
+post_install(){
+ cat<<'EOL'
+Please add a following line to the ~/.bashrc or ~/.zshrc :
+export PATH=/opt/openresty/bin:$PATH
+EOL
+
+}
+post_upgrade(){
+ post_install
+}