diff --git a/README.md b/README.md index a767dec..f1f6385 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ If you want to contribute, you are highly encouraged to do so. Please read the [ - [Notification Center](#notification-center) - [Root User](#root-user) - [Safe Mode Boot](#safe-mode-boot) + - [Software Installation](#software-installation) - [Kernel Extensions](#kernel-extensions) @@ -519,6 +520,13 @@ sudo nvram boot-args="-x" sudo nvram boot-args="" ``` +### Software Installation + +#### Install PKG +```bash +installer -pkg /path/to/installer.pkg -target / +``` + ## License