Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
Add developing couchdb-admin section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesus Vazquez committed Oct 2, 2017
1 parent b0658fe commit cc4b29a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,4 +353,13 @@ $ couchdb-admin describe_db --db=mydb

`couchdb-admin` currently uses [Glide](http://glide.sh/) for vendoring.

## Developing couchdb-admin

If you wish to work on couchdb-admin you'll first need Go installed (version 1.8+ is required). Make sure you have Go properly installed, including setting up your GOPATH.

Next, clone this repository into $GOPATH/src/github.com/cabify/couchdb-admin. Then enter into the directory `cli/couchdb-admin` and type:
```
$ make all
```

This will generate a binary file `couchdb-admin` which you can now play with. In case you are running on macOS type `make darwin` instead.

0 comments on commit cc4b29a

Please sign in to comment.