Skip to content

Commit ce4e157

Browse files
committed
add IPFS section to readme
1 parent ece92d0 commit ce4e157

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,12 @@ Embark is quite flexible and you can configure you're own directory structure us
288288
contractsConfig: "config/contracts.yml" # contracts config
289289
```
290290
291+
Deploying to IPFS
292+
======
293+
294+
To deploy a dapp to IPFS, all you need to do is run a local IPFS node and then run ```embark ipfs```.
295+
If you want to deploy to the live net then after configuring you account on ```config/blockchain.yml``` on the ```production``` environment then you can deploy to that chain by specifying the environment ```embark ipfs production```.
296+
291297
LiveReload Plugin
292298
======
293299

0 commit comments

Comments
 (0)