chore: add build

This commit is contained in:
2020-11-21 23:55:11 +08:00
parent 2e18c05b92
commit 1bcf7eeaf6

View File

@@ -6,12 +6,19 @@ Use this template you need to install:
* Rust - https://rustup.rs/ * Rust - https://rustup.rs/
* Kickstart - https://crates.io/crates/kickstart * Kickstart - https://crates.io/crates/kickstart
* Docker - https://github.com/docker/docker-ce * Docker - https://github.com/docker/docker-ce
* Just - https://crates.io/crates/just
* Dockerbuild - https://crates.io/crates/dockerbuild * Dockerbuild - https://crates.io/crates/dockerbuild
* Just - https://crates.io/crates/just
Usage: Usage:
Create new project:
```shell ```shell
$ kickstart https://git.hatter.ink/templates/alibabacloudfn-template.git $ kickstart https://git.hatter.ink/templates/alibabacloudfn-template.git
``` ```
Build:
```shell
$ just buildfn
```