@@ -23,8 +23,8 @@ filename wisely at this will be _installation slug_ of you package.
23
23
The file name must end with ` .yaml ` .
24
24
25
25
> A good starting point is either
26
- the [ thymeleaf] ( _data/packages/thymeleaf.ymal ) or the
27
- [ solritas-responsewriter] ( _data/packages/solritas-responsewriter.ymal )
26
+ the [ thymeleaf] ( _data/packages/thymeleaf.yaml ) or the
27
+ [ solritas-responsewriter] ( _data/packages/solritas-responsewriter.yaml )
28
28
package.
29
29
30
30
#### 3. Edit package descriptor
@@ -53,7 +53,7 @@ package:
53
53
# proxy all releases in your repository
54
54
repo : https://raw.githubusercontent.com/erikhatcher/solritas/master/repo/repository.json
55
55
56
- # deploy "collection" oder "cluster" wide
56
+ # deploy "collection" or "cluster" wide
57
57
#
58
58
# See: https://lucene.apache.org/solr/guide/8_6/package-manager.html#deploy-command
59
59
install : collection
@@ -118,6 +118,15 @@ script. If you're on a Mac, use [Homebrew](https://brew.sh)
118
118
$ brew install jq yq bats-core
119
119
```
120
120
121
+ ##### 4.2 Install Git submodules
122
+
123
+ tests depend on [ bats-support] ( https://github.com/ztombol/bats-support ) ,
124
+ and [ bat-assert] ( https://github.com/ztombol/bats-assert )
125
+
126
+ ``` bash
127
+ $ git submodule update --init --recursive
128
+ ```
129
+
121
130
#### 5. Create pull request
122
131
123
132
Create a pull request. Our Travis build server will check and build your
0 commit comments