From 87fd2c5c1c326f4f029ffd5bba29f96e71892986 Mon Sep 17 00:00:00 2001 From: Osara-B Date: Mon, 15 Jul 2024 11:58:32 +0530 Subject: [PATCH] Highlight path in README.md build steps --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f48ce1b03be..a5a0a1f5096 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Building the distribution from source - `mvn clean install` (To build the binary and source distributions with the tests) - `mvn clean install -Dmaven.test.skip=true` (To build the binary and source distribution, without running any of the unit/integration tests) -5. You can find the binary distribution in product-is/modules/distribution/target directory. +5. You can find the binary distribution in `product-is/modules/distribution/target` directory. Installation and Running