diff --git a/README.md b/README.md index b516f45ef..5ceda42cb 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,15 @@ To make routing work properly you need to build it using: And start a local server which points with its document root into the `../build` folder, so that you can open the app using `http://localhost:80/` +To deploy them to the **wallet.ethereum.org** site, execute these commands (from the app folder): + + git checkout gh-pages + git merge develop + meteor-build-client ../build --path "https://wallet.ethereum.org/" + +And push (or PR) your changes to the gh-pages branch. + + *** ## Gas usage statistics