From 5348196b2d18a194f7b84bb9edce43f89e845102 Mon Sep 17 00:00:00 2001 From: Andy Damevin Date: Wed, 14 Aug 2024 10:06:21 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 04c806b8cc..6af3a8033d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,4 +8,4 @@ your contributions are very welcome. If you want to test your changes on your application, you can: - Install your changes to your local repository with `./mvnw clean install` -- Run `quarkus update` with your updated recipes: `quarkus update --update-recipes-version=1.0.X-SNAPSHOT` (adjust the version accordingly) +- Run `quarkus update` with your updated recipes: `quarkus update --quarkus-update-recipes=1.0.X-SNAPSHOT` (adjust the version accordingly)