We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70692e7 commit 2a4918bCopy full SHA for 2a4918b
README.md
@@ -16,6 +16,15 @@ Command-line interface for IPS patching. Does not require PyGObject. Works on Li
16
17
Usage: ```lazy-ips-cli image_file patch_file```
18
19
+Installation
20
+------------
21
+
22
+This step requires the `setuptools` installed on the system.
23
24
+`python3 setup.py install`
25
26
+This command will automatically create the necessary scripts in /usr/bin
27
28
Authors
29
-------
30
lazy_ips/__init__.py
@@ -1 +1 @@
1
-__version__ = "20191208"
+__version__ = "20200706"
0 commit comments