Skip to content

Commit

Permalink
Typo fix and run script enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
ssalevan committed Oct 1, 2014
1 parent 96b813b commit 84a3cd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Elsewhere, you will need:

### Step 2: Configure database

There are two SQL files that will set up the "qlink" database the server needs. The "bootstrap" script will run them bots. **WARNING!** Running this script will *delete any previous database* and as such will invalidate any QLink disks you were using to connect to it.
There are two SQL files that will set up the "qlink" database the server needs. The "bootstrap" script will run them both. **WARNING!** Running this script will *delete any previous database* and as such will invalidate any QLink disks you were using to connect to it.

### Step 3: Build

Expand Down
2 changes: 1 addition & 1 deletion run
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

java -jar ./target/qlink-0.1.0.jar
java -jar ./target/qlink-0.1.0.jar "$@"

0 comments on commit 84a3cd9

Please sign in to comment.