Skip to content
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.

Commit

Permalink
update install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslantalpa committed Sep 26, 2018
1 parent 4ca8150 commit 0d08c40
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions README.md
Expand Up @@ -55,24 +55,16 @@ PostgREST enables a different way of building data driven API backends. It does
```


## Installation

### Docker
All components are packaged as docker images, as such, the first thing to do is to install [Docker](https://www.docker.com/community-edition) for you platform.
## Installation

### subzero-cli
To aid with the development process, we have build a set of command line tools to help you with various stages of your project.

Install `subzero-cli` by running
```sh
docker pull subzerocloud/subzero-cli-tools
npm install -g subzero-cli
subzero --version
```
### Prerequisites
[Docker](https://www.docker.com)
[Node.js](https://nodejs.org/en/)
[subZero CLI](https://github.com/subzerocloud/subzero-cli#install)

### Create a New Project

subzero-cli provides you with a base-project command that lets you create a new project structure:
subzero-cli provides you with a `base-project` command that lets you create a new project structure:

```bash
subzero base-project
Expand Down

0 comments on commit 0d08c40

Please sign in to comment.