Skip to content

Commit 821ff07

Browse files
committed
update readme
1 parent 7531d4a commit 821ff07

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Then you can hit the the [HOSTNAME]:8080/demo/Hello and to verify that Tomcat is
3939

4040
## Usage with UFO
4141

42-
The ufo branch of this project provides an additional demo that takes the war artifact, builds a Docker image and deploys it to ECS. For details please check out that branch: [ufo](https://github.com/tongueroo/demo-java/tree/ufo).
42+
The ufo branch of this project provides an additional demo that takes the war artifact, builds a Docker image and deploys it to ECS. For details please check out that branch: [ufo](https://github.com/tongueroo/demo-java/tree/ufo). For more details on ufo check out the [official ufo docs](http://ufoships.com/).
4343

4444
## Initial Generation
4545

@@ -56,3 +56,8 @@ mvn archetype:generate \
5656
-DartifactId=demo \
5757
-DarchetypeArtifactId=maven-archetype-webapp
5858
```
59+
60+
## Dependencies
61+
62+
* docker: `brew install docker`
63+
* maven: `brew install maven`

0 commit comments

Comments
 (0)