diff --git a/elide-standalone/README.md b/elide-standalone/README.md index 81fddce091..abe558433e 100644 --- a/elide-standalone/README.md +++ b/elide-standalone/README.md @@ -27,6 +27,15 @@ The Elide standalone application is for all new and existing users of Elide. Thi ## Getting Started +To include `elide-standalone` into your project, add the single dependency: +```xml + + com.yahoo.elide + elide-standalone + LATEST + +``` + A complete example of using Elide standalone to setup a simple service can be found [here](https://elide.io/pages/guide/01-start.html). ## Usage