From d1705aaabe01a39db21c7019651bf3015ee8f1a8 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 18 May 2017 14:50:04 -0600 Subject: [PATCH] add branch name --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bd4fb65..de37a07 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ This assumes that you already have `git` and `iojs` (or `node`) installed, otherwise see [iojs-install-script](https://github.com/coolaj86/iojs-install-script) ``` +# Install with distributed tools on a decentralized system +npm install -g 'git@git.daplie.com:Daplie/deardesi.git#v1' + +# Install with the centralized, concentrated hypocrinet npm install -g desi ```