mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-04-18 15:37:21 -05:00
Update README.md
This commit is contained in:
parent
4d19747edf
commit
08bca57a90
17
README.md
17
README.md
|
|
@ -8,7 +8,7 @@ ______ _____ _____ _____
|
|||
````
|
||||
|
||||
<a href="#">
|
||||
<img src="https://img.shields.io/badge/Pokemon%20GO-0.33.0-blue.svg?style=flat-square" />
|
||||
<img src="https://img.shields.io/badge/Pokemon%20GO-0.35.0-blue.svg?style=flat-square" />
|
||||
</a>
|
||||
<a href="https://discord.gg/gu8ZUJp">
|
||||
<img src="https://img.shields.io/badge/Discord-Join%20Chat%20%E2%86%92-738bd7.svg?style=flat-square" />
|
||||
|
|
@ -17,6 +17,11 @@ ______ _____ _____ _____
|
|||
<img src="https://img.shields.io/badge/stability-experimental-orange.svg?style=flat-square" alt="Stability" />
|
||||
</a>
|
||||
|
||||
<img width="25%" src="http://image.prntscr.com/image/55fb47b99164465abefb2698a7bb142d.png" />
|
||||
<img width="24%" src="http://image.prntscr.com/image/0ab416fa479f427180476cad8a238f04.png" />
|
||||
<img width="24%" src="http://image.prntscr.com/image/918383bb5cde453ab2572461084b4601.png" />
|
||||
<img width="25%" src="http://i.imgur.com/iZypeny.png" />
|
||||
|
||||
# Getting started
|
||||
|
||||
## Setup
|
||||
|
|
@ -32,7 +37,7 @@ DOWNLOAD_PASSWORD: "PASSWORD";
|
|||
````
|
||||
|
||||
## Tunneling setup
|
||||
For now, the pokemon go app traffic has to get forwarded manually to this custom server. To do so, download [rastapasta](https://github.com/rastapasta)'s [Pokemon Go Xposed](https://github.com/rastapasta/pokemon-go-xposed/releases) app and follow the installation instructions [here](https://github.com/rastapasta/pokemon-go-xposed#how-to-use-it).
|
||||
The pokemon go app traffic has to get forwarded manually to this custom server. To do so, download [rastapasta](https://github.com/rastapasta)'s [Pokemon Go Xposed](https://github.com/rastapasta/pokemon-go-xposed/releases) app and follow the installation instructions [here](https://github.com/rastapasta/pokemon-go-xposed#how-to-use-it).
|
||||
|
||||
## Database setup
|
||||
|
||||
|
|
@ -46,11 +51,9 @@ MYSQL_USERNAME: "root",
|
|||
MYSQL_PASSWORD: "",
|
||||
````
|
||||
|
||||
The required database tables get generated automatically.
|
||||
|
||||
## Server setup
|
||||
|
||||
You need at minimum [Node.js](https://nodejs.org/en/) version 6.x and npm version 3.x.
|
||||
You need at minimum [Node.js](https://nodejs.org/en/) version 6.x.
|
||||
Depending on your OS, you need to run either ``run-linux.sh`` or ``run-windows.bat`` from the root folder.
|
||||
|
||||
If everything went fine, it should look like:
|
||||
|
||||

|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user