Skip to content

Commit 4a197fd

Browse files
authored
Update README.md
1 parent bafaf45 commit 4a197fd

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A tool for creating separators for categorization within Mod Organizer 2, making
1717
### Windows
1818

1919
>#### Easy
20-
> 1. Download the latest [exe release](https://github.com/Furglitch/ModOrganizer-SeparatorGenerator/releases)
20+
> 1. Download the latest [release](https://github.com/Furglitch/ModOrganizer-SeparatorGenerator/releases)
2121
> 2. Run it!
2222
>
2323
>#### Harder - Build It Yourself!
@@ -30,15 +30,18 @@ A tool for creating separators for categorization within Mod Organizer 2, making
3030
> ```powershell
3131
> pip install -r requirements.txt
3232
> ```
33-
> 3. Build the executable!
33+
> 3a. Build the executable!
3434
> ```powershell
3535
> pyinstaller -n "MO2SG" --onefile -w interface.py backend.py --add-data "resources;resources" -i "resources/icon.ico"
3636
> ```
37+
> 3b. Run interface.py
38+
> ```bash
39+
> python interface.py
40+
> ```
3741
> You will find the executible in the dist folder.
3842
3943
### Linux
4044
41-
> Unfortunately, I've yet to figure out how to create an executable file from linux
4245
>
4346
> 1. Clone the repository and enter it:
4447
> ```bash
@@ -56,6 +59,9 @@ A tool for creating separators for categorization within Mod Organizer 2, making
5659
> python interface.py
5760
> ```
5861
> Note: There is also an executable `run.sh` file that does this, if you prefer double-clicking.
62+
>
63+
> Unfortunately, I've yet to figure out how to create an executable file for Linux.<br>
64+
> If you prefer one, you can download the [release](https://github.com/Furglitch/ModOrganizer-SeparatorGenerator/releases) and run it with [Wine](https://www.winehq.org/)
5965
6066
## Settings
6167
Any changes you make in the settings menu can be saved with the click of a button.</br>
@@ -73,4 +79,4 @@ These logs can be used for troubleshooting and debugging. Please include when re
7379
Contributions, critiques, and bug reports are welcome! If you have any suggestions or improvements, please create a pull request or open an issue.
7480
7581
## License
76-
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT).
82+
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)