Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jakeburden/iojs-update

bash script for updating to the latest version of io.js
https://github.com/jakeburden/iojs-update

Last synced: 17 days ago
JSON representation

bash script for updating to the latest version of io.js

Awesome Lists containing this project

README

        

# Install the latest version of io.js

## Usage from the terminal

### Install the latest (stable) version of io.js

```
chmod +x iojs-update.sh
./iojs-update.sh
```

### Install the latest (nightly) version of io.js

```
chmod +x iojs-update-nightly.sh
./iojs-update-nightly.sh
```