Skip to content

Commit 65e71ee

Browse files
committed
Update "README.md": Add "Git tags" section and improve code text
1 parent 23a2fa2 commit 65e71ee

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# LangExampleNativeModule
22
This is an example Lang native module for the Standard Lang implementation of lang
33

4+
## Git tags
5+
The git tags starting with `lang-` are used to mark the last commit of this repository which is still compatible with the standard lang release with that version number.
6+
47
## Setup & Compile
58
1. Download the code from the [standard lang repository](https://github.com/JDDev0/lang)
69
2. Compile as jar
710
3. Create the lang folder in the project root and copy the jar file into this folder as lang.jar
8-
4. Run the gradle <code>buildLangModule</code> task
9-
5. The <code>module.lm</code> module file will be saved in <code>/build/libs</code>
11+
4. Run the gradle `buildLangModule` task
12+
5. The `module.lm` module file will be saved in `/build/libs`
1013

1114
## Structure
12-
- Java code is stored in <code>/src/main/java</code>
13-
- Lang code is stored in <code>/src/main/langmodule</code>
15+
- Java code is stored in `/src/main/java`
16+
- Lang code is stored in `/src/main/langmodule`

0 commit comments

Comments
 (0)