Skip to content

Commit c5111b8

Browse files
authored
Update README.md
1 parent 1f6b2c7 commit c5111b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ It is really helpful if you want to download a mod or modpack containing various
3535

3636

3737
### Development
38-
1. You can build and run the app yourself. I have written the code in python and implemented poetry for dependency mamagement and easy build.
38+
1. You can build and run the app yourself. I have written the code in python and implemented poetry for dependency management and easy build.
3939
2. Install python > v3.12 and install poetry, refer to [poetry official website](https://python-poetry.org/docs/#installation) for installation guide.
4040
3. Install dependencies via the command `poetry install`.
41-
4. To run the application use the command `poetry run factorio-mod-downloader`. This will run the application to be used.
41+
4. To run the application use the command `poetry run factorio-mod-downloader`. This will run the application directly without building.
4242
5. To build the application, I am using pyinstaller (you need a **Windows x64** system to build it). Run the command `poetry build` to build the application. A new .exe file will be generated inside `/dist/pyinstaller/win_amd64`.
4343

4444

0 commit comments

Comments
 (0)