Skip to content

Commit

Permalink
README tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmassay committed Aug 24, 2016
1 parent 2bf50af commit 13f4eff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This is an executable **Linux-only** "updater" that installs a patched version of libxml2 into a Sigil installation. It addresses a bug in libxml2-2.9.3 and higher that affects how QtWebKit renders html entities.

Type a visible html entity into Sigil's Code View. If it appear twice in Sigl's Preview or Book View, then you have the buggy version of libxml2.

#Creating the installer
To build the updater, you must have [makeself](https://github.com/megastep/makeself/releases/latest) installed (and on in your PATH).

Expand Down Expand Up @@ -33,6 +35,8 @@ For those familiar with makeself.sh, there are several arguments you can pass to

+ --check : Check the archive for integrity using the embedded checksums. Does not extract the archive.

+ --keep : Prevent the files to be extracted in a temporary directory that will be removed after the embedded script's execution. The files will then be extracted in the current working directory and will stay here until you remove them.

+ --noexec : Do not run the embedded script after extraction.

If someone wanted to manually extract the files and copy them to the Sigil directory manually, they should use
Expand Down

0 comments on commit 13f4eff

Please sign in to comment.