From 483e45df291aded3dd929646aa4fc5501ca86f94 Mon Sep 17 00:00:00 2001 From: bakape Date: Sun, 7 May 2017 00:31:46 +0300 Subject: [PATCH] Add go generate note to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 748805fb..63cf6ab9 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ that anyone will be able to deploy locally or remotely. Type `./nyaa -h` for the list of options. +After modifying the files in `./templates`, run `go generate ./... && go build`. + ## Systemd * Edit the unit file `os/nyaa.service` to your liking