Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaiwarner authored Sep 7, 2018
1 parent 456ec1e commit 73a325b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
# Cabal Desktop

> Decentralized chat, built with Electron.
> Desktop client for cabal, the p2p/decentralized/offline-first chat platform.
<center><img src="screenshot.png"/></center>

## Install

### Download the latest release

https://github.com/cabal-club/cabal-desktop/releases/

### Build from source

```
$ git clone https://github.com/cabal-club/cabal-desktop
$ cd cabal-desktop
$ npm install # install dependencies
$ npm run build # build assets
$ npm start # start the application
```

Expand Down

0 comments on commit 73a325b

Please sign in to comment.