Skip to content

Commit 028edc1

Browse files
typos
1 parent 351fe50 commit 028edc1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The new cross platform interface is all you need, as it includes all the options. After installing GUI you will have a shortcut in your desktop, this lets users not familiar with CLI to extract subtitles.
44
Usually, you will never need to use all the options (and even if you do, all the setting are saved locally at Documents/config.json in your PC) for regular usage.
55

6-
## Install from releases
6+
## Install from releases (WINDOWS ONLY)
77
- This is the simplest method, just download the installer form [here](https://github.com/CCExtractor/ccextractor/releases) (currently only has windows), and then install it like any other windows program.
88

99
---
@@ -12,12 +12,12 @@ Usually, you will never need to use all the options (and even if you do, all the
1212
#### If you run the GUI from nighly builds or source, you need to manually have the ccextractor binary in your PATH (`ccextractorwinfull.exe` if you are on windows or `ccextractor` if you are on linux/macOS)
1313

1414

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

19-
## 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.
19+
## Building and running the GUI from source (WINDOWS, LINUX, MACOS)
20+
- This method only makes sense for people who actually want to debug the app. If you want to skip the hastle of installing frameworks and stuff just go the nightly way, the CI does these below steps for you automatically on every commit.
2121
- To build the GUI from source first install flutter from [here](https://flutter.dev/docs/get-started/install) for your operating system.
2222
- Switch to flutter master channel using `flutter channel master && flutter upgrade`
2323
- 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)