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 +``` +