From 507e0f0ad82f9175be51abae527371a3d7b625bf Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Thu, 7 Jul 2022 18:28:08 -0400 Subject: [PATCH] [+] Add readme --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index b8ed4d4..64d0253 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,24 @@ # ocpm - OpenCore Package Manager [WIP] ![image](https://user-images.githubusercontent.com/22280294/170818152-b202a3ba-2a48-4ccd-8abe-4e4514b8ec67.png) + +## 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