Skip to content

Commit

Permalink
Fix java invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof authored Feb 24, 2018
1 parent e4708d7 commit d1b5763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Netty based java7 implementation. Very fast but not scriptable (yet).
sudo aptitude install maven2 openjdk-7-jdk
cd pixelwar
mvn package
java -jar package/pixelwar*-jar-with-dependencies.jar
java -jar target/pixelwar*-jar-with-dependencies.jar

Links
-----
Expand Down

0 comments on commit d1b5763

Please sign in to comment.