From 0294a47c4e25c45db58030f87708279fe897b41f Mon Sep 17 00:00:00 2001 From: Jonathan Zernik Date: Thu, 5 Nov 2020 16:46:28 -0500 Subject: [PATCH] Include browser location in readme (#390) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5722a6f7..809e0f8f 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ Node for Squeak protocol $ docker-compose build $ NETWORK=testnet docker-compose up ``` +- Go to http://localhost:12994/ and use the username/password in **docker/config.ini** to log in. + ### Run without docker: @@ -65,6 +67,7 @@ Node for Squeak protocol ``` $ runsqueaknode --config config.ini run-server ``` +- Go to http://localhost:3000/ and use the username/password in **config.ini** to log in. ## Test