Skip to content

Commit 5dd3581

Browse files
committed
chore: readme in go
1 parent bfb157d commit 5dd3581

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,14 @@ I'm using the VSCode extension, see the [tools guide](https://docs.espressif.com
4747

4848
### Upload Pokemon Go Plus secrets
4949

50-
> You must have Python 3.8+ and [Poetry](https://python-poetry.org/) installed.
50+
> You must have Go 1.25.1+ installed
5151
5252
In the [./secrets](https://github.com/shortcuts/pgpemu/tree/main/secrets) directory, rename the `secrets.example.yaml` to `secrets.yaml` and edit it with your dumped Pokemon Go Plus secrets.
5353

5454
Run:
5555

56-
```shell
57-
poetry install --no-root
58-
```
59-
60-
Then, upload your secrets:
61-
62-
```shell
63-
poetry run ./secrets_upload.py secrets.yaml /dev/tty.usbmodem101
56+
```sh
57+
go run main.go -port /dev/tty.usbmodem101 -file secrets.yaml -baud 115200 -timeout 2
6458
```
6559

6660
#### Usage

0 commit comments

Comments
 (0)