File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ See the [reference documentation](http://mybatis.github.io/migrations)
3838Download and extract migrations to any directory.
3939``` sh
4040cd $HOME /opt
41- wget https://oss.sonatype.org/content/repositories/releases/org/mybatis/mybatis-migrations/3.3.1 /mybatis-migrations-3.3.1 -bundle.zip
42- unzip mybatis-migrations-3.3.1 -bundle.zip
41+ wget https://oss.sonatype.org/content/repositories/releases/org/mybatis/mybatis-migrations/3.3.4 /mybatis-migrations-3.3.4 -bundle.zip
42+ unzip mybatis-migrations-3.3.4 -bundle.zip
4343```
4444
4545In your ~ /.bashrc or ~ /.zshrc or equivalent add
4646```
47- export MIGRATIONS=$HOME/opt/mybatis-migrations-3.3.1 # replace with path you extracted to
47+ export MIGRATIONS=$HOME/opt/mybatis-migrations-3.3.4 # replace with path you extracted to
4848export PATH=$MIGRATIONS/bin:$PATH
4949```
5050
@@ -58,4 +58,4 @@ After that read the ./drivers and ./environments section of [Migrations init](ht
5858
5959## License
6060
61- Migrations is [ Apache Licensed] ( LICENSE )
61+ Migrations is [ Apache Licensed] ( LICENSE )
You can’t perform that action at this time.
0 commit comments