Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rgascons committed Sep 9, 2016
1 parent 51195d6 commit 163a833
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

0 comments on commit 163a833

Please sign in to comment.