Skip to content

Commit d0d8a8e

Browse files
Update README.md
1 parent 07be685 commit d0d8a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- Check out how to install Flutter [here](https://flutter.dev/docs/get-started/install)
77
- Enable the flutter platform specific flag with `flutter config --enable-<platform>-desktop`, more info on this [here](https://flutter.dev/desktop)
88
- To run the GUI, clone the repo and run `flutter run` or `flutter run -d <platform>` inside the cloned directory.
9-
- To get any output you should have ccextractor.exe/ccextractor in your user PATH.
9+
- To get any output you should have `ccextractor.exe` if you are on windows or `ccextractor` if you are on linux/macOS in your PATH.
1010

1111
#### For release builds:
1212
- Run `flutter build <platform>` and you should get a executable in `./build/linux/x64/release/bundle/ccxgui`

0 commit comments

Comments
 (0)