Skip to content

Commit f9db59a

Browse files
committed
update readme.md
1 parent ac2de45 commit f9db59a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

readme.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,14 @@ Typical client-server exchange may look like this:
8080
![Digest authenticator](digest-auth-sequence.png)
8181

8282

83-
## Installing
84-
85-
```
86-
mvn clean install
83+
## Downloading from the Maven central repository
84+
Add the following dependency section to your pom.xml:
85+
```xml
86+
<dependency>
87+
<groupId>io.github.vzhn</groupId>
88+
<artifactId>netty-http-authenticator</artifactId>
89+
<version>1.1</version>
90+
</dependency>
8791
```
8892

8993
## How to contribute

0 commit comments

Comments
 (0)