From 6f9d841717496cc1e1934e5e54f4338047f4e201 Mon Sep 17 00:00:00 2001 From: cpanato Date: Thu, 16 Aug 2018 19:41:49 +0200 Subject: [PATCH] remove / --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5620d97..1441217 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ dist/com.example.my-plugin.tar.gz There is a build target to automate deploying and enabling the plugin to your server, but it requires configuration and [http](https://httpie.org/) to be installed: ``` -export MM_SERVICESETTINGS_SITEURL=http://localhost:8065/ +export MM_SERVICESETTINGS_SITEURL=http://localhost:8065 export MM_ADMIN_USERNAME=admin export MM_ADMIN_PASSWORD=password make deploy