Skip to content

Commit b79d51b

Browse files
committed
Merge branch 'master' of https://github.com/gt-cs2110/CircuitSim into cs2110-master
2 parents da129bb + 95c640d commit b79d51b

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,16 @@ Building
1919
The provided gradle scripts can be used to easily build a JAR file. Just run `./gradlew jar` on Linux/macOS
2020
or `.\gradlew.bat jar` on Windows!
2121

22-
The release directory contains a `build.sh` script that automatically builds the JAR, and generates an executable image
23-
for Windows, Mac, and Linux.
22+
The `release/` directory contains a `build.sh` script that automatically builds the JAR, and generates an executable image
23+
for Windows, Mac (Intel), and Linux.
24+
25+
You can execute the JAR by running `java -jar CircuitSim.jar`. You must have JDK 17 or later.
2426

2527
Changelog
2628
=========
2729

2830
1.10.0 (CE)
29-
======
31+
------
3032

3133
- Improve pathfinding to create less destructive wire paths
3234
- Implement canvas pan and zoom gestures (+ fix major performance bug as a result)
@@ -35,7 +37,7 @@ Changelog
3537
- Add icon for macOS builds
3638

3739
1.9.2b (CS 2110 version)
38-
======
40+
------
3941

4042
NOTE: This is the first major diverging version of the fork.
4143

@@ -47,12 +49,12 @@ NOTE: This is the first major diverging version of the fork.
4749
- Removed Herobrine
4850

4951
1.9.1
50-
=====
52+
-----
5153

5254
- Hotfix for ROM component not saving its contents to disk.
5355

5456
1.9.0
55-
=====
57+
-----
5658

5759
- The grid background can now be hidden: View -> uncheck Show grid
5860
- Circuits can be exported as image files: File -> Export as images

0 commit comments

Comments
 (0)