Browse Source

update README

Mokhtar Naamani 5 years ago
parent
commit
f69cf8c05c
1 changed files with 2 additions and 3 deletions
  1. 2 3
      README.md

+ 2 - 3
README.md

@@ -72,7 +72,7 @@ cargo run --release -- purge-chain --dev
 
 #### Building localy
 
-A joystream-node can be compiled with give [Dockerfile](Dockerfile) file:
+A joystream-node can be compiled with given [Dockerfile](./Dockerfile) file:
 
 ```bash
 # Build and tag a new image, which will compile joystream-node from source
@@ -92,6 +92,7 @@ docker pull joystream/node
 
 Create a working directory to store the node's data and where you will need to place the chain file.
 
+Download the [Rome Testnet chain file](https://github.com/Joystream/substrate-node-joystream/releases/download/v2.1.2/rome-tesnet.json)
 
 ```bash
 mkdir ${HOME}/joystream-node-data/
@@ -109,5 +110,3 @@ docker ps
 # monitor logs
 docker logs --tail 100 -f my-node
 ```
-
-[More advanced guide]()