You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-43Lines changed: 10 additions & 43 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,50 +13,17 @@ TJ-Bot is a Discord Bot used on the [Together Java](https://discord.com/invite/X
13
13
14
14
# Getting started
15
15
16
-
*[Documentation](https://github.com/Together-Java/TJ-Bot/wiki): as general entry point to the project
17
-
*[Contributing](https://github.com/Together-Java/TJ-Bot/wiki/Contributing): if you want to improve the bot
16
+
Please read [Contributing](https://github.com/Together-Java/TJ-Bot/wiki/Contributing) if you want to propose ideas and changes or even implement some yourself.
18
17
19
-
# Download
18
+
Head over to the [Wiki](https://github.com/Together-Java/TJ-Bot/wiki) as general entry point to the project. It provides lots of tutorials, documentation and other information, for example
19
+
* creating a discord bot and a private server;
20
+
* setting up the project locally;
21
+
* adding your own custom commands;
22
+
* a technology overview;
23
+
* guidance about how to maintain the bot (e.g. VPS, logs, databases, restart).
You can replace `<tag>` by either a commit hash (the first 10 characters) or by `-SNAPSHOT` to get the latest version.
38
-
39
-
### Maven
40
-
41
-
First add the jitpack repository:
42
-
```xml
43
-
<repository>
44
-
<id>jitpack.io</id>
45
-
<url>https://jitpack.io</url>
46
-
</repository>
47
-
```
48
-
Then add the dependency:
49
-
```xml
50
-
<dependency>
51
-
<groupId>com.github.Together-Java</groupId>
52
-
<artifactId>TJ-Bot</artifactId>
53
-
<version>[tag]</version>
54
-
</dependency>
55
-
```
56
-
You can replace `[tag]` by either a commit hash (the first 10 characters) or by `-SNAPSHOT` to get the latest version.
57
-
58
-
---
59
-
60
-
## Jar downloads
25
+
# Download
61
26
62
27
Jar downloads are available from the [release section](https://github.com/Together-Java/TJ-Bot/releases).
28
+
29
+
Alternatively, you can also download the project using your favorite build tool. Artifacts are made available via https://jitpack.io. Our `groupId` is `com.github.Together-Java`, the `artifactId` is `TJ-Bot`.
0 commit comments