Skip to content

Commit cacd3e4

Browse files
committed
update README.md
1 parent 72f1c6a commit cacd3e4

File tree

1 file changed

+1
-29
lines changed

1 file changed

+1
-29
lines changed

README.md

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -16,35 +16,7 @@ In case you want to use teleroute with other telegram library:
1616
1) [TelegramBots integration](https://github.com/ArtemGet/teleroute.telegrambots)
1717
2) [C# port](https://github.com/varya-kot/teleroute)
1818

19-
This library is distributed via [Github Packages (actual)](https://github.com/ArtemGet/teleroute/packages/2122234) so
20-
you have to include this setting in your ~/.m2
21-
22-
```xml
23-
<repository>
24-
<id>github</id>
25-
<name>Github ArtemGet Apache Maven Packages</name>
26-
<url>https://maven.pkg.github.com/ArtemGet/teleroute</url>
27-
</repository>
28-
29-
<servers>
30-
<server>
31-
<id>github</id>
32-
<username>your_username</username>
33-
<password>your_token</password>
34-
</server>
35-
</servers>
36-
```
37-
38-
And add dependency to your pom.xml
39-
40-
```xml
41-
<dependency>
42-
<groupId>com.github.Artemget</groupId>
43-
<artifactId>teleroute</artifactId>
44-
<version>0.3.0</version>
45-
</dependency>
46-
```
47-
Or use [jitpack.io](https://jitpack.io/#ArtemGet/teleroute)
19+
This library is distributed via [jitpack.io](https://jitpack.io/#ArtemGet/teleroute)
4820

4921
## Understanding of concept:
5022

0 commit comments

Comments
 (0)