From 2ef6a60e6552aaf37c9cd7ef3aee8bd2fe03dea3 Mon Sep 17 00:00:00 2001 From: Durran Jordan Date: Thu, 2 Mar 2017 17:53:59 +0100 Subject: [PATCH] Update readme - remove duplicate info --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 62a402f6ffe..7a710e89bb4 100644 --- a/README.md +++ b/README.md @@ -36,18 +36,6 @@ Note this is a polylithic (as opposed to a monolithic) repository - it aims to m a minimal shell and abstract as much as possible into reusable, highly decoupled components. Please see the mongodb-js org for all the repos: https://github.com/mongodb-js -## Building Releases - -After you've made some local changes, the next thing you'll probably want to do -is create an artifact to share. There is only one command you need to run to compile the app, -sign it if the signing certificate is available on your machine, and generate a single file -installer for your current platform: - -```bash -cd compass -npm run release -``` - ## The Release Process First ensure that the branch to be released is in a releasable state by running the tests