mirror of
https://github.com/ACINQ/eclair.git
synced 2025-03-13 11:35:47 +01:00
BUILD: document mvn clean command (#1413)
This commit is contained in:
parent
3f127fbf06
commit
430f04a275
1 changed files with 1 additions and 0 deletions
1
BUILD.md
1
BUILD.md
|
@ -18,6 +18,7 @@ To build the project and run the tests, simply run:
|
|||
mvn package
|
||||
```
|
||||
|
||||
NB: if the build fails, you may need to clean previously built artifacts with the `mvn clean` command.
|
||||
NB: some of the tests use [Docker](https://www.docker.com/), so make sure your docker daemon is running.
|
||||
|
||||
### Other build options
|
||||
|
|
Loading…
Add table
Reference in a new issue