Skip to content
This repository was archived by the owner on Sep 14, 2020. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Jun 28, 2017
1 parent f90291b commit 576ad00
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## Stencila Desktop

[![Experimental](http://badges.github.io/stability-badges/dist/experimental.svg)](http://github.com/badges/stability-badges)
[![Build status](https://travis-ci.org/stencila/desktop.svg?branch=master)](https://travis-ci.org/stencila/desktop)
[![Dependency status](https://david-dm.org/stencila/desktop.svg)](https://david-dm.org/stencila/desktop)
[![Community](https://img.shields.io/badge/join-community-green.svg)](https://community.stenci.la)
[![Chat](https://badges.gitter.im/stencila/stencila.svg)](https://gitter.im/stencila/stencila)

### Install
Expand All @@ -18,14 +20,16 @@ We :heart: feedback. Create a [new issue](https://github.com/stencila/desktop/is

### Develop

Get started by running the app in development mode:

```bash
$ git clone https://github.com/stencila/desktop.git
$ cd desktop
$ npm install
$ npm start
```

Package the application
Package the application:

```bash
$ npm run release
Expand Down

0 comments on commit 576ad00

Please sign in to comment.