mirror of
https://github.com/axllent/mailpit.git
synced 2026-03-02 22:47:01 +00:00
Fix: Update install instructions when setting INSTALL_PATH
This commit is contained in:
committed by
Ralph Slooten
parent
f1d55e4e39
commit
ac81da5ae0
@@ -79,7 +79,7 @@ sudo sh < <(curl -sL https://raw.githubusercontent.com/axllent/mailpit/develop/i
|
||||
You can also change the install path to something else by setting the `INSTALL_PATH` environment, for example:
|
||||
|
||||
```shell
|
||||
INSTALL_PATH=/usr/bin sudo sh < <(curl -sL https://raw.githubusercontent.com/axllent/mailpit/develop/install.sh)
|
||||
sudo INSTALL_PATH=/usr/bin sh < <(curl -sL https://raw.githubusercontent.com/axllent/mailpit/develop/install.sh)
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user