From 73ace9378dab1655e2e3479cf5fdaa379da4f79b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=BD=A2=E0=BE=A3=E0=BD=98=E0=BC=8B=E0=BD=91=E0=BD=82?= =?UTF-8?q?=E0=BC=8B=E0=BD=A6=E0=BE=9F=E0=BD=BC=E0=BD=93=E0=BC=8B=E0=BD=94?= Date: Sat, 5 Nov 2022 23:34:24 +0000 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3ab9b07..d33db55 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,9 @@ Run --- ``` -$ mad get bank -$ cd deps/bank -$ mad dep com pla rep -$ open https://localhost:8041/app/index.html +$ mix deps.get +$ iex -S mix +$ open http://localhost:8041/app/index.html ``` Credits