Update README.md
add xattr requirement
This commit is contained in:
parent
929cc11ecf
commit
acfd992ade
1 changed files with 4 additions and 0 deletions
|
|
@ -86,6 +86,10 @@ The built application will be available in `src-tauri/target/release/bundle/`.
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
1. Launch the application
|
1. Launch the application
|
||||||
|
2. You may need to perform the following to make your MacOS allow you to run this application:
|
||||||
|
```bash
|
||||||
|
xattr -cr "/Applications/Video Subtitle Merger 2.0.app"
|
||||||
|
```
|
||||||
2. Select your video file using the "Select Video" button
|
2. Select your video file using the "Select Video" button
|
||||||
3. Select your subtitle file using the "Select Subtitle" button
|
3. Select your subtitle file using the "Select Subtitle" button
|
||||||
4. Choose your preferences:
|
4. Choose your preferences:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue