diff options
| author | jakob <jakob@memeware.net> | 2017-01-02 20:21:24 -0500 |
|---|---|---|
| committer | jakob <jakob@memeware.net> | 2017-01-02 20:21:24 -0500 |
| commit | 5dddbe6d19a84bc4a1afd7bc9896c576b069789d (patch) | |
| tree | 7263d995f492ded44fff996a881623c0fd6b9e71 /README.md | |
Initial commit.
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`. |