Skip to content

Commit 88dc725

Browse files
authoredSep 14, 2018
Merge pull request #133 from cocoa-maemae/update_readme
Update README.md
2 parents 0d2ccfa + d111597 commit 88dc725

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ See the [reference documentation](http://mybatis.github.io/migrations)
3838
Download and extract migrations to any directory.
3939
```sh
4040
cd $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

4545
In 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
4848
export 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)

0 commit comments

Comments
 (0)
Please sign in to comment.