Skip to content

Commit 1e20d89

Browse files
committed
Update README
1 parent 68ab902 commit 1e20d89

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ The latest successful version of Java that I have tested with is 10.0.2. I have
4545

4646
```
4747
mvn package
48-
/opt/java-jdk/jdk-10.0.2/bin/java -jar target/n-body-java-1.0-SNAPSHOT-jar-with-dependencies.jar
48+
/opt/java-jdk/jdk-10.0.2/bin/java -jar target/n-body-java-1.0-SNAPSHOT-jar-with-dependencies.jar&
4949
```
5050

51-
The above command runs canned simulation, which consists of four spherical clusters of bodies orbiting a sun.
51+
The above command runs a canned simulation, which consists of four spherical clusters of bodies orbiting a sun. Note - the sim is presently hard-coded to start the sim on the second monitor. Obviously on a one-monitor system this won't work. It's one of my to-do's to fix that. Also - when you run the sim it takes control of the mouse and keyboard. F12 disengages the sim from the mouse and keyboard.
5252

5353

0 commit comments

Comments
 (0)