This is an automated email from the ASF dual-hosted git repository.
bchapuis pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps-site.git
The following commit(s) were added to refs/heads/main by this push:
new 68d9d14 Improve build instructions
68d9d14 is described below
commit 68d9d141aa14cc3767763da54d87802c1ddc8752
Author: Bertil Chapuis <[email protected]>
AuthorDate: Sun Apr 30 11:44:38 2023 +0200
Improve build instructions
---
pages/documentation/developer-manual/how-to-build-with-maven.mdx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pages/documentation/developer-manual/how-to-build-with-maven.mdx
b/pages/documentation/developer-manual/how-to-build-with-maven.mdx
index c40df6d..ec9a210 100644
--- a/pages/documentation/developer-manual/how-to-build-with-maven.mdx
+++ b/pages/documentation/developer-manual/how-to-build-with-maven.mdx
@@ -29,8 +29,8 @@ Referencing the location of the `baremaps-cli` binary file,
you can run the foll
and place Baremaps into your `PATH`.
```bash
-$ tar -xvf
/path-to-project/baremaps-cli/target/apache-baremaps-0.7.2-SNAPSHOT-incubating-bin.tar.gz
-$ export PATH=$PATH:`pwd`/apache-baremaps-0.7.2-SNAPSHOT-incubating-bin/bin
+tar -xvf
./baremaps-cli/target/apache-baremaps-0.7.2-SNAPSHOT-incubating-bin.tar.gz
+export PATH=$PATH:`pwd`/apache-baremaps-0.7.2-SNAPSHOT-incubating-bin/bin
```
> **Note:** Make sure to replace the version number in the above commands with
> the version number of the release you are using.