From b16ba9da0a6667624947c2f7ec70e504016f8d82 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 1 May 2014 12:43:49 -0700 Subject: [PATCH] ui: README --- ui/README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/ui/README.md b/ui/README.md index 4b42b76ae7..557e3aafca 100644 --- a/ui/README.md +++ b/ui/README.md @@ -47,9 +47,6 @@ An example of this command, from inside the `ui/` directory, would be: ### Releasing -These steps are slightly manual at the moment. - -1. Build with `make dist` -2. `dist/index.html`, replace the JS script src files between `` tags with a single -tag linking to `src="static/application.min.js"`. +`make dist` +The `dist` folder will contain the files you should use for deployment.