Skip to content

Commit f86a2d3

Browse files
authored
Updated README instructions to point to released Haiti distro. (#65)
1 parent af2f0f4 commit f86a2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Fetch the distribution of your choice:
4141
Eg, Bahmni Distro **Haiti**:
4242
```
4343
export DISTRO_GROUP="haiti" && \
44-
export DISTRO_VERSION="1.2.0-SNAPSHOT" && \
44+
export DISTRO_VERSION="2.7.0" && \
4545
# Download the distro && \
4646
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 && \
4747
# Unzip the distro in $BAHMNI_DIR/bahmni-distro-$DISTRO_GROUP-$DISTRO_VERSION && \

0 commit comments

Comments
 (0)