8000 Update readme · randomcoding/scala-utilities@3a4f3e8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3a4f3e8

Browse files
committed
Update readme
1 parent aaba93e commit 3a4f3e8

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,23 @@ This provides utilities for core functionality, such as data time usage.
1111
## Lift
1212
These utilities are currently aimed at the use of Lift and/or MongoDB.
1313

14+
## Usage
15+
You will require [sbt](https://github.com/harrah/xsbt).
16+
17+
Clone this project and then enter `sbt publish-local`
18+
19+
Add a dependency to your other project's `build.sbt` file:
20+
21+
```
22+
libraryDependencies ++= Seq(
23+
"uk.co.randomcoding" %% "scala-utilities-core" % "0.1.0-SNAPSHOT",
24+
"uk.co.randomcoding" %% "scala-utilities-lift" % "0.1.0-SNAPSHOT"
25+
)
26+
```
27+
28+
## License
29+
This project is licensed under the [GNU AGPL 3.0](http://www.gnu.org/licenses/agpl-3.0.html)
30+
31+
## Contributions
32+
Contributions are welcome. :)
33+

0 commit comments

Comments
 (0)
0