From 4cd0877e8793c755e53b341fa5fe43801f9319a2 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Fri, 27 Mar 2020 19:12:10 +0900 Subject: [PATCH] docs: update notes --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 998c613..14b5038 100644 --- a/README.md +++ b/README.md @@ -221,19 +221,14 @@ The alpine base Hugo Docker image is provided on the following repository. ## Maintainer Notes -Run `npm` and `git commit` commands on a container. - -**On Host** +Run `npm test` on a Docker container. ```sh -# Docker +# On container make build -make run -make run cmd="env" -make test -make commit msg="chore: Add Makefile" +make all -# Release +# Release script on host ./release.sh ```