Skip to content

Commit 9748da3

Browse files
committed
Merge branch 'master' of github.com:nyaruka/rp-indexer
2 parents 3116157 + 8e0c3d7 commit 9748da3

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v6.0.0
2+
----------
3+
* Update README
4+
15
v5.7.2
26
----------
37
* add status field to index for querying

README.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,13 @@ Recommended settings for error reporting:
4545

4646
# Development
4747

48-
Install Indexer source in your workspace with:
49-
50-
```
51-
go get github.com/nyaruka/rp-indexer
52-
```
53-
54-
Build Indexer with:
48+
Once you've checked out the code, you can build Indexer with:
5549

5650
```
5751
go build github.com/nyaruka/rp-indexer/cmd/rp-indexer
5852
```
5953

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

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

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

7064
```
71-
go test github.com/nyaruka/rp-indexer/... -p=1
65+
go test ./... -p=1
7266
```
7367

7468
# Usage

0 commit comments

Comments
 (0)