Skip to content

Commit

Permalink
Update README.md (#1065)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkusa authored and aklish committed Nov 6, 2019
1 parent 600e442 commit ffea442
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions elide-standalone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ The Elide standalone application is for all new and existing users of Elide. Thi

## <a name="gettingstarted"></a>Getting Started

To include `elide-standalone` into your project, add the single dependency:
```xml
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-standalone</artifactId>
<version>LATEST</version>
</dependency>
```

A complete example of using Elide standalone to setup a simple service can be found [here](https://elide.io/pages/guide/01-start.html).

## <a name="usage"></a>Usage
Expand Down

0 comments on commit ffea442

Please sign in to comment.