From 903dd2e7749162459c9a3c03905afb340356efe3 Mon Sep 17 00:00:00 2001 From: Fhilipe Coelho Date: Fri, 19 Apr 2024 15:36:29 -0300 Subject: [PATCH] docs: change build bittorrent client command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c2a5d9b..a737756e 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ yarn start Build the bittorrent client by using this command: ```bash -pyinstaller torrent-client/main.py --distpath resources/dist --icon=images/icon.ico -n hydra-download-manager +python torrent-client/setup.py build ``` ### Build the Electron application