Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Nov 5, 2020
1 parent 4384cff commit 3eb2732
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,13 @@ Recommended settings for error reporting:

# Development

Install Indexer source in your workspace with:

```
go get github.com/nyaruka/rp-indexer
```

Build Indexer with:
Once you've checked out the code, you can build Indexer with:

```
go build github.com/nyaruka/rp-indexer/cmd/rp-indexer
```

This will create a new executable in your current directory `rp-indexer`
This will create a new executable in $GOPATH/bin called `rp-indexer`.

To run the tests you need to create the test database:

Expand All @@ -68,7 +62,7 @@ $ createdb elastic_test
To run all of the tests:

```
go test github.com/nyaruka/rp-indexer/... -p=1
go test ./... -p=1
```

# Usage
Expand Down

0 comments on commit 3eb2732

Please sign in to comment.