From 04b87f4c27fed64dfc21ae55df420d306e18b74d Mon Sep 17 00:00:00 2001 From: Harshit gupta <62887518+athleteharshit@users.noreply.github.com> Date: Thu, 1 Oct 2020 00:00:36 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0ff58ef..42aa478 100644 --- a/README.md +++ b/README.md @@ -7,18 +7,18 @@ Sources for the website http://www.dashbuilder.org Follow the instructions of Awestruct's [getting started guide](http://awestruct.org/getting_started/). -First set up your environment correctly: +#First set up your environment correctly: $ curl -L https://get.rvm.io | bash -s stable --ruby=1.9.3 $ gem install awestruct bundler $ rake setup -Then build the website (before and after your changes): +#Then build the website (before and after your changes): $ rake clean build $ firefox _site/index.html -And publish your changes: +#And publish your changes: $ rake publish