From 1bcf7eeaf6f950c525e850674ec644b32452dee5 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sat, 21 Nov 2020 23:55:11 +0800 Subject: [PATCH] chore: add build --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43cb5b4..09fa880 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,19 @@ Use this template you need to install: * Rust - https://rustup.rs/ * Kickstart - https://crates.io/crates/kickstart * Docker - https://github.com/docker/docker-ce -* Just - https://crates.io/crates/just * Dockerbuild - https://crates.io/crates/dockerbuild +* Just - https://crates.io/crates/just Usage: + +Create new project: ```shell $ kickstart https://git.hatter.ink/templates/alibabacloudfn-template.git ``` +Build: +```shell +$ just buildfn +``` +