Skip to content

Commit

Permalink
Update README command examples to current status (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
abetomo authored Nov 13, 2024
1 parent 5e9f30c commit f13f196
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,24 +186,22 @@ EOL
```shell
$ git clone https://github.com/mroonga/docker mroonga_docker
$ cd mroonga_docker
$ sudo docker build -t mysql57-mroonga mysql57
$ sudo docker build -t mysql80-mroonga mysql80
$ sudo docker build -t mysql80-mroonga mysql-8.0
```

## How to test

```shell
$ git clone https://github.com/mroonga/docker mroonga_docker
$ cd mroonga_docker
$ test/build.sh mysql57
$ test/build.sh mysql80
$ test/build.sh mysql-8.0
```

## How to release

```shell
$ ./update.sh ${MYSQL_VERSION} ${MROONGA_VERSION} ${GROONGA_VERSION}
(./update.sh 5.7.26 9.04 9.0.4)
(./update.sh 8.0.30 12.06 12.0.6)
$ git push
$ git push --tags
```
Expand Down

0 comments on commit f13f196

Please sign in to comment.