Skip to content

Commit 351fe50

Browse files
Update README.md
1 parent 20a0f09 commit 351fe50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ Usually, you will never need to use all the options (and even if you do, all the
1414

1515
## Nightly builds
1616
- You can also get the latest files for your operating system from [here](https://nightly.link/CCExtractor/ccextractorfluttergui/workflows/create_artifacts/master).
17+
- Once you unzip it, you should see a ccxgui executable in the folder. Double click to run :D
1718

1819
## Building and running the GUI from source
20+
- This method only makes sense for poeple who actually want ot debug the app. If you want to skip the hastle of insatlling frameworks and stuff just go the nightly way, the CI does these below steps for you automatically on every commit.
1921
- To build the GUI from source first install flutter from [here](https://flutter.dev/docs/get-started/install) for your operating system.
2022
- Switch to flutter master channel using `flutter channel master && flutter upgrade`
2123
- Next enable the flutter platform specific flag with `flutter config --enable-<platform>-desktop`, more info on this [here](https://flutter.dev/desktop)

0 commit comments

Comments
 (0)