Skip to content

Commit e9a8152

Browse files
author
Andy Till
committed
Add clean to compile command.
1 parent 507d510 commit e9a8152

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,9 @@ Now, git clone the repo:
1515

1616
git clone https://github.com/andytill/erlyberly.git
1717

18-
If you want to build from a known tag:
19-
20-
git checkout tags/<version>
21-
2218
`cd` into the erlyberly repo directory and run:
2319

24-
./mvnw compile install assembly:single
20+
./mvnw clean compile install assembly:single
2521

2622
This will install dependencies locally and build the runnable jar, run erlyberly:
2723

0 commit comments

Comments
 (0)