From 95457980d851a20ce518c1816dde97c23463cd06 Mon Sep 17 00:00:00 2001 From: Timotheus Pokorra Date: Tue, 2 Jan 2024 10:35:47 +0100 Subject: [PATCH] use alias gw --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13a10ad0..c184591f 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,8 @@ If you have at least Docker, the Java JDK and Gradle installed in appropriate ve cd your-hsadmin-ng-directory - ./gradlew # downloads the configured Gradle version into the project - source .aliases # creates some comforable bash aliases, e.g. 'gw'='./gradlew' + source .aliases # creates some comfortable bash aliases, e.g. 'gw'='./gradlew' + gw # downloads the configured Gradle version into the project gw test # compiles and runs unit- and integration-tests