Skip to content

Commit 3007247

Browse files
committed
πŸ“ Update Readme
1 parent 031eb7c commit 3007247

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

β€Ž.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.class

β€Žreadme.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,21 @@
22

33
[Based on this Stack Overflow Question](https://stackoverflow.com/questions/3732109)
44

5-
## Support
5+
![API Screenshot](./screenshot.png)
66

7-
Open an Issue, I will check it a soon as possible πŸ‘€
7+
## Run
88

9-
If you want to hurry me up a bit
10-
[send me a tweet](https://twitter.com/UltiRequiem) πŸ˜†
9+
First compile:
1110

12-
Consider [supporting me on Patreon](https://patreon.com/UltiRequiem) if you like
13-
my work πŸ™
11+
```sh
12+
javac Server.java
13+
```
1414

15-
Don't forget to start the repo ⭐
15+
Then:
16+
17+
```sh
18+
java Server
19+
```
1620

1721
## Licence
1822

β€Žscreenshot.png

7.41 KB
Loading

0 commit comments

Comments
Β (0)