php-hotfix/README.md
Christopher Vagnetoft c378d62ccb Initial commit
2016-04-19 15:54:03 +02:00

34 lines
543 B
Markdown

HotFix; Quickly patch and fix system
====================================
## Usage
$ hotfix pastebin:1234abcd
Downloading hotfix...
Checking signature...
Good signature from <bob@domain.com>
Info:
This hotfix will install this driver for you
Do you want to proceed?
Yes, No or Inspect [noi]: y
### Applying local patches
$ hotfix apply --unsigned test.hotfix
Skipping signature check of test.hotfix
Info:
...
### Signing
$ hotfix sign -o test-signed.hotfix test.hotfix
...