From de2fcc88e400f54d2497917a604004124ce748ee Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Fri, 25 Sep 2015 16:48:55 +0200 Subject: [PATCH] Add Software Installation category --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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