Skip to content

Commit

Permalink
Merge pull request #5 from raboof/patch-1
Browse files Browse the repository at this point in the history
Fix java invocation
  • Loading branch information
defnull authored Feb 24, 2018
2 parents e4708d7 + d1b5763 commit d4cb065
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 d4cb065

Please sign in to comment.