Skip to content

Commit 9d079e9

Browse files
committed
Update to readme
1 parent 6a5d5f9 commit 9d079e9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,11 @@ npm run dev
2929
```
3030

3131
## Building the app
32-
To build the app, run the following command:
33-
34-
```bash
35-
pyinstaller --onefile --noconsole --icon=favicon.ico flow.pyw
32+
To build the app, run the following vs code task (reccomended):
3633
```
37-
The executable will be in the `dist` folder.
38-
34+
Build App
35+
```
36+
The executable will be in the `dist` folder, along with all required files.
3937

4038
## Customizing the app:
4139

@@ -49,6 +47,8 @@ Links:
4947

5048
- [React Flow - Docs](https://reactflow.dev)
5149
- [React Flow - Discord](https://discord.com/invite/Bqt6xrs)
50+
- [Aiohttp - Docs](https://docs.aiohttp.org/en/stable/)
51+
- [Graphql - Docs](https://graphql.org/learn/)
5252

5353
Learn:
5454

0 commit comments

Comments
 (0)