summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjakob <jakob@memeware.net>2017-05-09 18:53:41 -0400
committerjakob <jakob@memeware.net>2017-05-09 18:53:41 -0400
commitb38a284ffc56e292b79610bbd94ebaf086fb4421 (patch)
treed996496a0d00caed5b16b34dcecb91f8c5b64778 /README.md
parent07347dcaa361607a924178eff787177e8cca6d68 (diff)
Began work on a 100%-compatible repacker
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/README.md b/README.md
index 432a9d9..98beaf0 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,4 @@
-![Nekopack](https://raw.github.com/TsarFox/nekopack/master/Nekopack_Logo.png "Nekopack")
-========
+# ![Nekopack](https://raw.github.com/TsarFox/nekopack/master/Nekopack_Logo.png "Nekopack")
## Software programmed and maintained by [Jakob.](http://jakob.space/)
Nekopack is a work-in-progress attempt at reverse engineering the archive format used by Nekopara.
@@ -8,8 +7,7 @@ Please use this software responsibly. I chose to develop and release this becaus
Nekopack is free software, licensed under the [GNU General Public License.](http://gnu.org/licenses/gpl.html)
-Compilation
------------
+## Compilation
Nekopack can be compiled on Linux by running `make` from the repository's root directory.
*BSD users will have to install and run `gmake` to build Nekopack.
@@ -17,7 +15,6 @@ Nekopack can be compiled on Linux by running `make` from the repository's root d
The test suite is run with `make test` or `gmake test`, depending on your platform.
-TODO
-----
+## TODO
* Full unit testing.
* 100%-compatible repacker.