From 8f0014162f779e08e92bcf7bf4f57e44825bcfe1 Mon Sep 17 00:00:00 2001 From: C-3PO Date: Sun, 21 Jul 2019 16:04:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20Markdown=20formatting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 83d229b..3d244ae 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ +# ssn-installer + `ssn-installer` is a command line application that can be used to extract a single file from the disk files (.z01, .z02 etc.). This tool is very low-level and assumes that you have already read the .zip file and know the location, size and decryption keys of the specific file you want to extract. If this is not a `-1to0` patch, the disk file may only contain the differences to the previous release. In this case, you can supply the location of this file's previous version, and this tool will generate the new version using VCDIFF/xdelta3. If a target location is specified, the extracted file is saved to that location, otherwise it is written to stdout. From there, you can either dump it to disk or process it in memory. -# Installation +## Installation ```bash # Download repository @@ -15,7 +17,7 @@ cd ssn-installer npm install ``` -# Usage +## Usage ```bash # Download disk @@ -30,7 +32,7 @@ rm assets_swtor_main_-1to0.z08 For a description of the command line arguments, see [this file](src/errorAndExit.c). -# License +## License Copyright (C) 2018 Jedipedia.net @@ -47,9 +49,9 @@ GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . -# Dependencies +## Dependencies -## [Miniz](https://github.com/richgel999/miniz) +### [Miniz](https://github.com/richgel999/miniz) Copyright 2013-2014 RAD Game Tools and Valve Software @@ -75,7 +77,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -## [Xdelta3](https://github.com/jmacd/xdelta) +### [Xdelta3](https://github.com/jmacd/xdelta) Copyright 2016 Joshua MacDonald