Skip to content

Commit 0bf9e97

Browse files
committed
updated
1 parent d7ebc69 commit 0bf9e97

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,17 @@ If you are building it yourself from source, you will need to have [Apache Maven
6868
and [JDK 11+](https://bell-sw.com/pages/downloads/#jdk-21-lts) installed. In this case, the command line to build the
6969
distributions will be:
7070

71-
```bash
72-
mvn clean install -Ppublish,appimage
73-
```
71+
- just to build the project
72+
73+
```bash
74+
mvn clean install
75+
```
76+
77+
- build with distributes
78+
79+
```bash
80+
mvn clean install -Ppublish,appimage
81+
```
7482

7583
It runs as a standard desktop GUI application, offering a user-friendly interface where you can select key parameters
7684
for signal generation. These include:

0 commit comments

Comments
 (0)