From db3119631fef7a5456ac2bd01f875c1dd217f1ee Mon Sep 17 00:00:00 2001 From: yann300 Date: Tue, 13 Feb 2018 12:01:24 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bb5d58f9c..8869b51143 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Usage: `remixd --dev-path /home/devchains/chain1 --rpc --rpc-port 8545 --geth --frontend /home/frontend --frontend-port 8084 --auto-mine` -  - do the same as the first example but do not start `Mist`. + - do the same as the first example but do not start `Mist`. It is still possible to browse a front end app using a normal browser and Metamask. The connection between Metamask and `geth` has to be dome via rpc connection and thus the rpc server has to be enabled (`rpc` and `rpc-port` options).  Note that in that case Remix IDE (remix.ethereum.org) does not need Metamask. It is possible to use the `Web3 Provider` of Remix.