From 73a325bdceb0efe7d33ee694ec1cec1e23052c24 Mon Sep 17 00:00:00 2001 From: Nick Warner Date: Fri, 7 Sep 2018 09:57:40 -0400 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3536d72..1811236 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,22 @@ # Cabal Desktop -> Decentralized chat, built with Electron. +> Desktop client for cabal, the p2p/decentralized/offline-first chat platform.
## 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 ```