diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..bf8f173 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +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. + +Nekopack is free software, licensed under the [GNU General Public License.](http://gnu.org/licenses/gpl.html) + + +Compilation +----------- +Nekopack can be compiled by running `make` from the repository's root directory. + +The binary can be stripped with `make strip`. |