Skip to content

Commit ac95895

Browse files
committed
Add MSI viewer and extractor demo to RTD (nightlark#59)
1 parent dc86403 commit ac95895

File tree

5 files changed

+606
-6
lines changed

5 files changed

+606
-6
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ A pure Python library for reading and manipulating Windows Installer (MSI) files
1111

1212
## Getting Started
1313

14+
For a demo of what pymsi can do, check out the [online MSI viewer and file extractor](https://pymsi.readthedocs.io/en/latest/msi_viewer.html) on our ReadTheDocs site. It's like lessmsi, but runs fully client-side in your browser.
1415

15-
For more, see the [documentation](https://pymsi.readthedocs.io/en/latest/).
16+
For more in-depth documentation on pymsi usage and the API, see the [documentation](https://pymsi.readthedocs.io/en/latest/) (very early WIP).
1617

1718
### Installation
1819

0 commit comments

Comments
 (0)