From 5ee73596fd58b495c996e5bba937a0b5a5b73cb5 Mon Sep 17 00:00:00 2001 From: Olivier Barais Date: Mon, 8 Apr 2019 14:53:31 +0200 Subject: [PATCH] update --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index cebd2a7..15b121e 100644 --- a/Readme.md +++ b/Readme.md @@ -100,7 +100,7 @@ modifiez votre fichier /etc/hosts pour faire correspondre **m** vers 127.0.0.1. Pour ceux qui n'ont pas les droits root ```bash -echo 'm 127.0.0.1' >> ~/.hosts +echo 'm localhost' >> ~/.hosts export HOSTALIASES=~/.hosts curl m:8080 ```