master
Colin McMillen 4 years ago
parent
commit
2370e9a6de
  1. 2
      Cookbook.md

2
Cookbook.md

@ -1,3 +1,5 @@
* sort gitea access.log by IP address: `sudo -u git cat /var/lib/gitea/log/access.log | cut -d " " -f 1 | sort | uniq -c | sort -nr | head`
* update the pointer to the public/ submodule in git: `git commit -m "update public/" public`
* export sprites from Aseprite with: `[X] JSON Data, [v] Array, [X] tags`, Item Filename: `{title} {frame}`

Loading…
Cancel
Save