Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
northlander committed May 30, 2017
1 parent cfbbf94 commit 3c59a41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ This way, you can even connect to non ActiveMQ/AMQP brokers. You simply need to
2. create a file called "a" on your path (~/bin/a or what have you)
```
#!/bin/sh
java -jar ~/bin/a-1.3.2-jar-with-dependencies.jar "$@"
java -jar ~/bin/a-1.4.0-jar-with-dependencies.jar "$@"
```
3. chmod +x a
4. Run a from any place.
Expand All @@ -191,7 +191,7 @@ java -jar ~/bin/a-1.3.2-jar-with-dependencies.jar "$@"
2. create a file called "a.bat" on your path, i.e. c:\bin
```
@echo off
java -jar c:\bin\a-1.3.2-jar-with-dependencies.jar %*
java -jar c:\bin\a-1.4.0-jar-with-dependencies.jar %*
```
3. Run from any place.

Expand Down

0 comments on commit 3c59a41

Please sign in to comment.