Add Software Installation category

This commit is contained in:
Marcel Bischoff 2015-09-25 16:48:55 +02:00
parent 607a773060
commit de2fcc88e4

View File

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