Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Remove windows installer from readme #772

Merged
merged 4 commits into from Oct 25, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Expand Up @@ -27,13 +27,22 @@ Deployd is the simplest way to build realtime APIs for web and mobile apps. Read
- [Example Apps](http://docs.deployd.com/examples/)


## requirements

Deployd is built using node and published using npm.
To install and use it, you need to install **[Node.JS](https://nodejs.org/en/download/)**.

## install from npm

Once Node.JS is installed, open your terminal and type the following command:

npm install deployd -g

the `dpd` command should be available. Type `dpd -V` and the current version should appear.

## install on windows

[Download](https://bintray.com/artifact/download/deployd/dpd-win-installer/deployd-win-0.8.0.exe) the installer.
The windows installer is deprecated. The recommended way is now npm (`npm install deployd -g`) and [install mongodb](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows/) separately.

## install on macosx

Expand Down