Skip to content

Commit f6718ce

Browse files
committed
Update documentation
1 parent 29ae239 commit f6718ce

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

README.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,23 @@ Separate builds are available for Intel and Apple Silicon based Macs (both requi
4040
- [Easy Audio Sync v1.1.1 DMG (Intel)](https://github.com/complexlogic/EasyAudioSync/releases/download/v1.1.1/easyaudiosync-1.1.1-x86_64.dmg)
4141
- [Easy Audio Sync v1.1.1 DMG (Apple Silicon)](https://github.com/complexlogic/EasyAudioSync/releases/download/v1.1.1/easyaudiosync-1.1.1-arm64.dmg)
4242

43+
These builds are not codesigned, and the macOS Gatekeeper will most likely block execution. To work around this, you can remove the quarantine bit using the command below:
44+
45+
```bash
46+
xattr -d com.apple.quarantine /path/to/easyaudiosync.dmg
47+
```
48+
49+
Substitute `/path/to/easyaudiosync.dmg` with the actual path on your system.
50+
4351
### Linux
52+
53+
#### Arch/Manjaro
54+
There is an [AUR package](https://aur.archlinux.org/packages/easyaudiosync) available, which can be installed using a helper such as yay:
55+
56+
```bash
57+
yay -S easyaudiosync
58+
```
59+
4460
#### APT-based (Debian, Ubuntu)
4561
A .deb package is available on the release page. It was built on Debian Bullseye and is compatible with the most recent release of most `apt`-based distros (anything that ships GCC 12 or later). Execute the following commands to install:
4662

@@ -56,13 +72,6 @@ A .rpm package is available on the release page that is compatible with Fedora 3
5672
sudo dnf install https://github.com/complexlogic/EasyAudioSync/releases/download/v1.1.1/easyaudiosync-1.1.1-1.x86_64.rpm
5773
```
5874

59-
#### Arch/Majarjo
60-
A PKGBUILD script is available in the `config` directory to automate building and installation. Run the following commands from a clean directory:
61-
62-
```bash
63-
wget https://raw.githubusercontent.com/complexlogic/EasyAudioSync/master/config/PKGBUILD
64-
makepkg -sic
65-
```
6675
## Usage
6776
Easy Audio Sync operates based on a source folder and a destination folder, where the source folder contains the primary music library, and the destination folder is the desired output location. After selecting the source and destination folders, click the "Sync" button to start the sync. The program will recreate the source's entire subfolder structure in the destination, copying or transcoding files as specified in the settings. See the [settings documentation](docs/settings.md) for help on configuring the program's settings.
6877

0 commit comments

Comments
 (0)