[+] Add readme
This commit is contained in:
@@ -1,3 +1,24 @@
|
||||
# ocpm - OpenCore Package Manager [WIP]
|
||||
|
||||

|
||||
|
||||
## Installation
|
||||
|
||||
You have to install python >3.7 with pip first, then:
|
||||
|
||||
```sh
|
||||
pip install ocpm
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
First, cd to your EFI directory, and then run `ocpm update` to update all kexts.
|
||||
|
||||
## Features / To-do
|
||||
|
||||
* [x] Update kexts to the latest version
|
||||
* [ ] Install/uninstall kexts
|
||||
* [ ] Resolve dependencies
|
||||
* [ ] Install specific versions of a kext
|
||||
* [ ] Install OS-dependent kexts (like AirportItlwm)
|
||||
* [ ] Update OpenCore itself
|
||||
|
||||
Reference in New Issue
Block a user