From ce4e157e11658402fb94ca738238467e88d3e044 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Mon, 31 Aug 2015 22:06:30 -0400 Subject: [PATCH] add IPFS section to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d0741c35d..b5dd3bda0 100644 --- a/README.md +++ b/README.md @@ -288,6 +288,12 @@ Embark is quite flexible and you can configure you're own directory structure us contractsConfig: "config/contracts.yml" # contracts config ``` +Deploying to IPFS +====== + +To deploy a dapp to IPFS, all you need to do is run a local IPFS node and then run ```embark ipfs```. +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```. + LiveReload Plugin ======