mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-10 13:26:43 -04:00
added a readme. closes #373
This commit is contained in:
parent
ff3dcdb122
commit
832de23263
14
distribution/_ReadMeFirst.html
Normal file
14
distribution/_ReadMeFirst.html
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<html>
|
||||||
|
<body>
|
||||||
|
<h2>Important Note</h2>
|
||||||
|
<p>This folder contains the files needed to create a distributable release.</p>
|
||||||
|
<p>It is NOT possible to run Digital by starting the EXE or SH files in this folder!</p>
|
||||||
|
<p>If you want to use Digital, please download a
|
||||||
|
<a href="https://github.com/hneemann/Digital/releases/latest/download/Digital.zip">released build</a>.
|
||||||
|
</p>
|
||||||
|
<p>If you don't want to use the latest release, you have to build the binary yourself.
|
||||||
|
The easiest way to do this is to use <a href="https://maven.apache.org/">maven</a>:
|
||||||
|
Install maven and run <code>mvn install</code> in the folder of the pom file.
|
||||||
|
The <code>target</code> folder will then contain the binaries.</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
x
Reference in New Issue
Block a user