We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af2f0f4 commit f86a2d3Copy full SHA for f86a2d3
README.md
@@ -41,7 +41,7 @@ Fetch the distribution of your choice:
41
Eg, Bahmni Distro **Haiti**:
42
```
43
export DISTRO_GROUP="haiti" && \
44
-export DISTRO_VERSION="1.2.0-SNAPSHOT" && \
+export DISTRO_VERSION="2.7.0" && \
45
# Download the distro && \
46
mvn org.apache.maven.plugins:maven-dependency-plugin:3.2.0:get -DremoteRepositories=https://nexus.mekomsolutions.net/repository/maven-public -Dartifact=net.mekomsolutions:bahmni-distro-$DISTRO_GROUP:$DISTRO_VERSION:zip -Dtransitive=false --legacy-local-repository && \
47
# Unzip the distro in $BAHMNI_DIR/bahmni-distro-$DISTRO_GROUP-$DISTRO_VERSION && \
0 commit comments