diff --git a/README.md b/README.md index d1ced10..9128344 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,13 @@ NETWORK: [mainnet|testnet] The Flo network you wish to run the Flo Explorer on ( ADDNODE: [ip-address] An IP address of a Flo node to be used as a source of blocks. This is useful if you are running isolated networks, or if you are having a hard time connecting to the network. CUSTOM_FCOIN_CONFIG: [String] A string (seperated with \n to split lines lines) of extra config variables to add to fcoin.conf (fcoin is the internal Flo Fullnode for the Flo Explorer) -## Intstructions to build the image +## Instructions to build the image ``` git clone https://github.com/ranchimall/flosight-docker-files/ -cd flosight-docker-files -sudo docker build -t ranchimallfze/flosight:1.0.0 . + +cd flosight-docker-files + +sudo docker build -t ranchimallfze/flosight:1.0.0 . +```