Skip to content

Commit

Permalink
Small fixes to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonstur committed Oct 25, 2019
1 parent 7751d88 commit ad12d9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ As are bugs, comments and anything else really.
1. Check out the code `git clone https://github.com/codemonstur/filldb.git`
2. Package `mvn package`
3. You can now run the code with `java -jar target/filldb.jar`
[Optional] 4. Copy the code to `/usr/local/bin`
[Optional] 5. Create an alias `alias filldb='java -jar /usr/local/bin/filldb.jar'`
4. \[Optional] Copy the code to `/usr/local/bin`
5. \[Optional] Create an alias `alias filldb='java -jar /usr/local/bin/filldb.jar'`

The code requires Java 12.
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
</properties>

<build>
<finalName>${project.artifactId}</finalName>

<plugins>

<plugin>
Expand Down

0 comments on commit ad12d9c

Please sign in to comment.