From ac81da5ae0c84ea78885efbac88cba8d13cc0293 Mon Sep 17 00:00:00 2001 From: Matthew Spahr Date: Mon, 16 Feb 2026 22:51:00 -0600 Subject: [PATCH] Fix: Update install instructions when setting INSTALL_PATH --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88ed91f..06ef82a 100644 --- a/README.md +++ b/README.md @@ -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) ```