File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff 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
1923Download 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
2933Second, run the executable file.
3034
35+ > Double click it in Windows
36+
37+ > Run ` ./Zff ` ** in terminal** in macOS and Linux
38+
3139Use ` 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
You can’t perform that action at this time.
0 commit comments