From 163a833ad0d7cd50cfd67390c709828ceefb255a Mon Sep 17 00:00:00 2001 From: Ricard Gascons Date: Fri, 9 Sep 2016 03:01:54 +0200 Subject: [PATCH] Update README --- README.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 091b92e..407787d 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,12 @@ C-- is a C++ shell interpreter that can be embedded in the browser. The project is in early stages, so things may go wrong. -Compilation +Build ----------- - - In your home directory, run `curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -` - - Run `sudo apt-get install -y nodejs` - - Optionally, you can run `sudo apt-get install -y build-essential` - - Now from the project directory, run `npm install` - - Finally run `sudo npm install -g browserify coffee-script coffeeify jisonify` - -Run ---- -From the project directory, just run `./run` from the terminal, a new browser window should pop-up. +First off, you need `gulp` installed globally. Then run: +``` +npm install +gulp +``` ## [Try it!](https://cmm.jutge.org/)