Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cvitter committed Jun 9, 2016
1 parent 01baaf0 commit 36758b1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions riakts.jdbc.driver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,10 @@ When writing data from the Riak TS QueryResult object to the JDBC ResultSet obje
A copy of the current version of the compiled JAR file is located in the Release folder. If you want to build your own version of the JAR file using Maven you can do so with the following steps:

1. Clone the project to your local machine: https://github.com/cvitter/Riak-TS-JDBC-Driver.git
2. Open the projects root directory from the command line: ><dir>/riakts.jdbc.driver
2. Open the projects root directory from the command line: > /riakts.jdbc.driver
3. Build the JAR using the following Maven command: > mvn install

**Note***: The Maven command above will also run the project's tests. If you wish to skip the tests you can use the following command:
> mvn install -DskipTests
**Note***: The Maven command above will also run the project's tests. If you wish to skip the tests you can use the following command: > mvn install -DskipTests

# Release Notes

Expand Down

0 comments on commit 36758b1

Please sign in to comment.