Tatsh / macprefs

Backup and convert your macOS preferences to an executable shell script.
https://macprefs.rtfd.io/
MIT License
18 stars 1 forks source link

[Documentation] How to install #147

Open Bellavene opened 1 week ago

Bellavene commented 1 week ago

Now readme states Usage: prefs-export [OPTIONS], but there is no executable to deal with in the first place. I believe, there is a need for better installation instructions.

Tatsh commented 1 week ago

The package is on PyPI. The easiest way to install is to use Pip: pip install --user macprefs (you then need to have the path it uses (e.g. ~/.local/bin) in PATH). Also I made sure the latest version is published there.

If you use MacPorts there is a port in my source but it is outdated and I do not use macOS very much anymore to make it worth it to maintain this source.