Skip to content

Commit 80aa5aa

Browse files
committed
docs: Update README.md with information on how to build locally
1 parent 4b81d46 commit 80aa5aa

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,16 @@ you can see how the client API is used:
9595
* `OcppJsonClient` is an instance of the [`OutgoingOcppEndpoint`](ocpp-j-api/src/main/scala/com/thenewmotion/ocpp/json/api/OutgoingOcppEndpoint.scala)
9696
trait. This trait defines this interface.
9797

98+
### How to publish locally
99+
100+
In order to publish the library locally, you can run the following command:
101+
102+
```
103+
sbt publishLocal
104+
```
105+
106+
**_NOTE:_** Make sure to change the version in the `version.sbt` file before publishing.
107+
98108
#### Handling requests
99109

100110
To specify the request handler, we use a [_magnet pattern_](http://spray.io/blog/2012-12-13-the-magnet-pattern/).

0 commit comments

Comments
 (0)