mirror of
https://github.com/hneemann/Digital.git
synced 2025-08-04 02:08:00 -04:00
minor changes to the README.md
This commit is contained in:
parent
4752cff3cf
commit
2f330888f9
@ -11,7 +11,7 @@ Digital is an easy-to-use digital logic designer and circuit simulator designed
|
|||||||
|
|
||||||
## Installation ##
|
## Installation ##
|
||||||
|
|
||||||
There is no installation necessary, just unpack the Digital.zip file, which is
|
There is no installation necessary, just unpack the *Digital.zip* file, which is
|
||||||
available for [download](https://github.com/hneemann/Digital/releases/latest).
|
available for [download](https://github.com/hneemann/Digital/releases/latest).
|
||||||
On Windows machines the EXE file can be executed, on Linux and MacOS the
|
On Windows machines the EXE file can be executed, on Linux and MacOS the
|
||||||
JAR file can be started directly.
|
JAR file can be started directly.
|
||||||
@ -212,13 +212,10 @@ on how to set up Digital to support the [ATF1502](http://www.microchip.com/wwwpr
|
|||||||
|
|
||||||
## How do I get set up? ##
|
## How do I get set up? ##
|
||||||
|
|
||||||
The easiest way is to download the [latest release](https://github.com/hneemann/Digital/releases/latest).
|
|
||||||
In the ZIP file you will find the binary (Digital.jar) and all examples. A Java JRE 1.8 is needed to run Digital.
|
|
||||||
|
|
||||||
If you want to build Digital from the source code:
|
If you want to build Digital from the source code:
|
||||||
|
|
||||||
* At first clone the repository.
|
* At first clone the repository.
|
||||||
* JDK 1.8 is needed (either the Oracle JDK 1.8 or OpenJDK 1.8)
|
* A JDK (at least JDK 8) is required (either the Oracle JDK or OpenJDK)
|
||||||
* maven is used as build system, so the easiest way is to install [maven](https://maven.apache.org/).
|
* maven is used as build system, so the easiest way is to install [maven](https://maven.apache.org/).
|
||||||
* After that you can simply run `mvn install` to build Digital.
|
* After that you can simply run `mvn install` to build Digital.
|
||||||
* Run `mvn site` to create a findbugs and a JaCoCo code coverage report.
|
* Run `mvn site` to create a findbugs and a JaCoCo code coverage report.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user