Skip to content

Commit

Permalink
Update README on how to use without docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxr1998 committed Oct 26, 2018
1 parent 77756c0 commit 257ea2e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ Simply write an E-Mail to `privacy@nianticlabs.com`:
### How to use
You have to extract the password protected zip you got from Niantic into a new folder called `dump` inside this sourcetree. It must contain files like `game_log.tsv`.

You can then run this program in docker with the following commands:
You can either build the application with `go build app.go import.go set.go` or download a precompiled release from the [releases page](https://github.com/Maxr1998/IngressDataDumpExplorer/releases).

Then, simply run the app/app.exe in a Terminal/Cmd.


**Alternatively**, you can run the app in docker with the following commands:
```bash
docker build . -t dump-explorer # Needed once
docker run -p 8080:8080 dump-explorer:latest # Launch
Expand Down

0 comments on commit 257ea2e

Please sign in to comment.