Skip to content

Commit

Permalink
Improve README.md
Browse files Browse the repository at this point in the history
The old version may be confuse for some users (https://osu.ppy.sh/community/forums/posts/8377455)
  • Loading branch information
Corne2Plum3 authored Nov 7, 2021
1 parent f73f69e commit 8d80a62
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,20 @@ If you don't have this, the program will not work.
See [Developping](https://github.com/Corne2Plum3/fnf2osumania#developping) because you will need the same requirements.

## Using it
You can pick all needed files ![https://github.com/Corne2Plum3/fnf2osumania/releases](here). You should download the last version.

### Windows

1. Download the `.zip` with '-win' at the end of the name.
2. Then run `main.exe` (don't delete or modify any file!)
1. Download `fnf2osumania-<version>-win.zip`.
2. Then unzip the file you just downloaded.
3. Finally run `main.exe` (don't delete or modify any file!)
**Important: if you're using the .exe file, some black windows called ffmpeg.exe will spawn and dissapear after a short time. DO NOT CLOSE THEM MANUALLY, else the program will crash.**

### Linux
You will just download the source code and run it as is... Be sure you have requirements form Developping section too.
You have to download the source code and run it as is... Be sure you have requirements form Developping section too.
1. Download the source code.
2. Open the terminal in the folder where there's main.py, then run:
2. Then unzip the file you just downloaded.
3. Open the terminal in the folder where there's main.py, then run this command:
```
python3 main.py
```
Expand Down

0 comments on commit 8d80a62

Please sign in to comment.