Skip to content

Commit 8f0e583

Browse files
committed
fix: readme
1 parent c199940 commit 8f0e583

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

Readme.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ Can be built using flutter:
9999
To build release, you need to set up signing-configs,
100100
[see the flutter docs](https://docs.flutter.dev/deployment/android#configure-signing-in-gradle)
101101

102+
```shell
103+
cd p2proxy_fl && flutter build appbundle --debug
104+
```
105+
102106
## Downloading
103107

104108
For targets that are easy to build for and test with a VM (`generic linux`, `debian`, and `windows`) signed
@@ -112,9 +116,8 @@ on any reasonably up-to-date linux install.
112116
I'm assuming that windows users won't run `p2proxyd`, but there's no technical reason that that can't be built
113117
or run on windows either.
114118

115-
```shell
116-
cd p2proxy_fl && flutter build appbundle --debug
117-
```
119+
If you're lucky `f97b4c8a80c2aa84380f44e69f193b41360c0bb6ff81861f9ed154f186e9f137` may be serving something
120+
interesting.
118121

119122
## License
120123

0 commit comments

Comments
 (0)