You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-4
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,9 @@ The tool ignores missing tables and columns when importing the data.
6
6
## Quick Start
7
7
1. Java must be installed, 1.8 or newer
8
8
2. Install `jdbcimage` tool
9
-
* download the latest [release](https://github.com/sranka/jdbcimage/releases) as `jdbcimage.tar.gz` or `jdbcimage.zip`, or build it from sources
10
-
* mvn install, the same files appear in the `target` directory
11
-
*`tar xvf jdbcimage.tar.gz` or `unzip jdbcimage.zip` in a directory of your choice,
12
-
* the examples below assume that the directory `jdbcimage-${version}` is in your `PATH` environment variable
9
+
* download the latest [release](https://github.com/sranka/jdbcimage/releases) as `jdbcimage-${version}.tar.gz` or `jdbcimage-${version}.zip`, or build it from sources
10
+
*`tar xvf jdbcimage-${version}.tar.gz` or `unzip jdbcimage-${version}.zip` in a directory of your choice,
11
+
* the examples below assume that the extracted directory `jdbcimage-${version}` is in your `PATH` environment variable
13
12
* if you are using oracle database, copy its JDBC drivers to the lib directory
0 commit comments