From 1f67340820b9cdabce2800016ba81579098978d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20=C5=A0kvorc?= Date: Sun, 10 Feb 2019 22:43:20 +0100 Subject: [PATCH] Minor fixes --- README.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index bdda7e0..d7d228c 100644 --- a/README.md +++ b/README.md @@ -11,23 +11,28 @@ Command line chat client for status ## Install clone the repo via git: -``` -$ git clone https://github.com/status-im/status-x.git + +```sh +git clone https://github.com/status-im/status-x.git ``` And then install the dependencies with `yarn`. -``` -$ cd status-x -$ yarn + +```sh +cd status-x +yarn ``` To develop: -``` -$ yarn run start -$ yarn run lint + +```sh +yarn run start +yarn run lint ```` To run: -``` + +```sh +yarn build node dist/index.js ```