Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nmacedo authored Sep 22, 2020
1 parent c89a959 commit de93c6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ Checkout the project and type ./gradlew. You find the executable JAR in org.allo
$ ./gradlew build -x test
$ java -jar org.alloytools.alloy.dist/target/org.alloytools.alloy.dist.jar
# opens GUI
The `master` branch points the latest stable version, 2.0. For stable 2.1 release candidates, branch `v2.1` should be cloned instead.

Note: if you are behind a proxy, the call to `gradlew` is likely to fail, unless you pass it further options about the http and https proxies (and possibly your login and password on this proxy). There are several ways to pass these options, a simple one is to type (replace the `XXXXX`'s by the adequate settings):

Expand Down

0 comments on commit de93c6f

Please sign in to comment.