Skip to content

Commit

Permalink
Increment version in update link
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-m-lenz committed Mar 17, 2022
1 parent 9b04c7d commit 33dd454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ sudo systemctl start tomcat9
sudo systemctl enable tomcat9

# Download the HttpQueueServer web archive file and deploy it on Tomcat
wget https://github.com/stefan-m-lenz/HttpQueueServer/releases/download/v1.0/HttpQueueServer.war
wget https://github.com/stefan-m-lenz/HttpQueueServer/releases/download/v1.0.1/HttpQueueServer.war
sudo mv HttpQueueServer.war /var/lib/tomcat9/webapps
```

Expand Down

0 comments on commit 33dd454

Please sign in to comment.