Skip to content

Commit 2a4918b

Browse files
committed
update readme and version
1 parent 70692e7 commit 2a4918b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ Command-line interface for IPS patching. Does not require PyGObject. Works on Li
1616

1717
Usage: ```lazy-ips-cli image_file patch_file```
1818

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+
1928
Authors
2029
-------
2130

lazy_ips/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "20191208"
1+
__version__ = "20200706"

0 commit comments

Comments
 (0)