Skip to content

Commit f13f196

Browse files
authored
Update README command examples to current status (#87)
1 parent 5e9f30c commit f13f196

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -186,24 +186,22 @@ EOL
186186
```shell
187187
$ git clone https://github.com/mroonga/docker mroonga_docker
188188
$ cd mroonga_docker
189-
$ sudo docker build -t mysql57-mroonga mysql57
190-
$ sudo docker build -t mysql80-mroonga mysql80
189+
$ sudo docker build -t mysql80-mroonga mysql-8.0
191190
```
192191

193192
## How to test
194193

195194
```shell
196195
$ git clone https://github.com/mroonga/docker mroonga_docker
197196
$ cd mroonga_docker
198-
$ test/build.sh mysql57
199-
$ test/build.sh mysql80
197+
$ test/build.sh mysql-8.0
200198
```
201199

202200
## How to release
203201

204202
```shell
205203
$ ./update.sh ${MYSQL_VERSION} ${MROONGA_VERSION} ${GROONGA_VERSION}
206-
(./update.sh 5.7.26 9.04 9.0.4)
204+
(./update.sh 8.0.30 12.06 12.0.6)
207205
$ git push
208206
$ git push --tags
209207
```

0 commit comments

Comments
 (0)