Skip to content

Commit 08629a3

Browse files
authored
Update README.md
1 parent e1aa987 commit 08629a3

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,20 @@ This is a reloaded version of Zff.
1010

1111
## Windows
1212

13-
Get the `Zff-Windows.exe` from [action builds](https://github.com/ohzff/Zff-Reload/actions).
13+
Get the `Zff-Windows.exe` from [releases page](https://github.com/ohzff/Zff-Reload/releases).
1414

15-
## MacOS & Linux
15+
## macOS
16+
17+
Get the `Zff-macOS-*.exe` from [releases page](https://github.com/ohzff/Zff-Reload/releases).
18+
19+
## Linux
1620

1721
> Required `g++`.
1822
1923
Download the source and type:
2024

2125
```bash
22-
g++ ./main.cpp -o zff -pthread -std=c++11
26+
g++ ./main.cpp -o Zff -pthread -std=c++11
2327
```
2428

2529
# Usage
@@ -28,6 +32,10 @@ First, make sure `usr/` folder is there with your executable file.
2832

2933
Second, run the executable file.
3034

35+
> Double click it in Windows
36+
37+
> Run `./Zff` **in terminal** in macOS and Linux
38+
3139
Use `Left` `Right` arrow to move the people and `Up` arrow or `SPACE bar` to jump up to reach the exit place `#`.
3240

3341
## Advanced usages

0 commit comments

Comments
 (0)