Skip to content

Commit 7bed050

Browse files
committed
updated
1 parent 1742622 commit 7bed050

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Initially the tool developed for J2ME game development in 2002. It was too expen
3737

3838
I guess, at present it is the most powerful two-pass Java preprocessor which aware for document structure (prefix, body and postfix), loops and even can use XML files as data sources ([I used to generate static web-sites with it](jcp-tests/jcp-test-static-site)). At present the preprocessor represented as a solid uber-jar including Maven, ANT and Gradle interface code and can be used with these tools as their plugin. Minimal required JDK is 1.8
3939

40+
__Some Linux repositories provide the preprocessor just out of the box as package `libcomment-preprocessor-java`.__
41+
4042
# Mind map with all options
4143

4244
![Mind map of preprocessor options](assets/documap.png)
@@ -75,7 +77,7 @@ The preprocessor has been published in [the Maven Central](https://search.maven.
7577
```
7678

7779
# How to use from command line
78-
The uber-jar can be started directly under Java as through CLI interface. Let's take a look at short example below how to start in command line under Linux The Easy variant of usage:
80+
The uber-jar can be started directly under Java through CLI interface. Let's take a look at short example below how to start it in command line under Linux:
7981
```
8082
java -jar jcp-7.0.4.jar --i:./test --o:./result
8183
```

0 commit comments

Comments
 (0)