Skip to content

Commit 757c418

Browse files
committed
Update README
1 parent f50e37d commit 757c418

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ Eendraadschema Community edition
77
Design and draw a one-wire diagram as enforced by the Belgian AREI legislation.
88
Source code written in Typescript, transpiled to Javascript and run in a browser.
99

10+
=== Build / Compile ===
11+
12+
Below description is valid for a linux terminal with bash- or sh-shell.
13+
With some extra tweaks, compilation on other systems should be possible as well.
14+
15+
- Extract all files and directories in a dedicated folder.
16+
- Ensure you have a typescript compiler installed that can be called by the name "tsc"
17+
- Run the ./compile -script from the dedicated folder.
18+
- Open index.html with a modern browser
19+
1020
=== General Public License ===
1121

1222
Copyright (C) 2019-2025 Ivan Goethals GPLv3
@@ -37,14 +47,4 @@ and offer a hosted edition with additional features not available in the
3747
community edition. This right does not extend to derivative works produced by
3848
others based on this community edition.
3949

40-
=== Build / Compile ===
41-
42-
Below description is valid for a linux terminal with bash- or sh-shell.
43-
With some extra tweaks, compilation on other systems should be possible as well.
44-
45-
- Extract all files and directories in a dedicated folder.
46-
- Ensure you have a typescript compiler installed that can be called by the name "tsc"
47-
- Run the ./compile -script from the dedicated folder.
48-
- Open index.html with a modern browser
49-
5050
=== End of Document ===

0 commit comments

Comments
 (0)