File tree 2 files changed +7
-9
lines changed
2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change
1
+ v6.0.0
2
+ ----------
3
+ * Update README
4
+
1
5
v5.7.2
2
6
----------
3
7
* add status field to index for querying
Original file line number Diff line number Diff line change @@ -45,19 +45,13 @@ Recommended settings for error reporting:
45
45
46
46
# Development
47
47
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:
55
49
56
50
```
57
51
go build github.com/nyaruka/rp-indexer/cmd/rp-indexer
58
52
```
59
53
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 ` .
61
55
62
56
To run the tests you need to create the test database:
63
57
@@ -68,7 +62,7 @@ $ createdb elastic_test
68
62
To run all of the tests:
69
63
70
64
```
71
- go test github.com/nyaruka/rp-indexer /... -p=1
65
+ go test . /... -p=1
72
66
```
73
67
74
68
# Usage
You can’t perform that action at this time.
0 commit comments