From 2bb2c94133126daf22701ea408a9689ababf9ff4 Mon Sep 17 00:00:00 2001 From: Edi Septriyanto Date: Mon, 23 Aug 2021 01:38:44 +0700 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7686c93..988b523 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ sudo lemper-cli create -u ${USER} -d example.test -f wordpress -w ${HOME}/webapp :warning: For local/development environment, in order to make the test domain (e.g. example.test) working as expected, you need to do a small workaround by modifying the `/etc/hosts` file. By adding the local domain name to the hosts file and assign it with local/private IP address. -Since version 3.0.1 this workaround could be done via `lemper-cli` by passing `--ipv4` parameter and assign it with private IP address, as below: +Since version 2.4.0 this workaround could be done via `lemper-cli` by passing `--ipv4` parameter and assign it with private IP address, as below: ```bash sudo lemper-cli create -u ${USER} -d example.test -f wordpress -w ${HOME}/webapps/example.test --ipv4=127.0.10.1 --install-app