[Minor] use http clone url for archetypes

This commit is contained in:
Robert von Burg 2022-08-17 07:28:30 +02:00
parent 0e005dd1ea
commit 8950b731c5
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Maven offers archetypes to generate new projects. Strolch offers the following a
To use the archetypes, clone the archetypes repository and install it locally:
```shell
git clone git@github.com:strolch-li/strolch-maven-archetypes.git
git clone https://github.com/strolch-li/strolch-maven-archetypes.git
cd strolch-maven-archetypes
mvn clean install
```