Skip to content

Commit

Permalink
Add Education to README
Browse files Browse the repository at this point in the history
  • Loading branch information
bundabrg committed Aug 21, 2020
1 parent 1c7bb82 commit 83cd855
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ where your Geyser.jar file is located.
[11:08:37 DEBUG] {GeyserReversion} Registered Translator: Translator_v390ee_to_v408be
```


4. If using `education` you will need to generate a token for each tenancy that you support otherwise you'll get a
"School not allowed" error. See [education docs](https://bundabrg.github.io/GeyserReversion/education/) for more info
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ where your Geyser.jar file is located.

3. Start Geyser. It should show some indication that GeyserReversion is running. For example:

```
[11:08:37 INFO] {GeyserReversion} EducationServer listening on /0.0.0.0:19133
[11:08:37 DEBUG] {GeyserReversion} Registered Translator: Translator_v390ee_to_v408be
```
```
[11:08:37 INFO] {GeyserReversion} EducationServer listening on /0.0.0.0:19133
[11:08:37 DEBUG] {GeyserReversion} Registered Translator: Translator_v390ee_to_v408be
```

4. If using `education` you will need to generate a token for each tenancy that you support otherwise you'll get a
"School not allowed" error. See [education docs](education.md) for more info

0 comments on commit 83cd855

Please sign in to comment.