From 304cde2135450f8fdc387b8333554eef58e5d063 Mon Sep 17 00:00:00 2001 From: "Hatter Jiang@Pixelbook" Date: Sat, 25 Jul 2020 21:57:40 +0800 Subject: [PATCH] docs: add usage --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb016c5..6e53f1e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # rust-script-tool -Rust script tool \ No newline at end of file +Rust script tool + + +## Usage + +### Create new `.crs` script + +```shell +% rust-script-tool new sample.crs +```