From 7f8811cb2c3946b50dd844521b3537c11bb95fa8 Mon Sep 17 00:00:00 2001 From: NikVolf Date: Tue, 15 May 2018 18:18:19 +0400 Subject: [PATCH] readme for cli --- cli/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cli/README.md diff --git a/cli/README.md b/cli/README.md new file mode 100644 index 0000000..7604c69 --- /dev/null +++ b/cli/README.md @@ -0,0 +1,11 @@ +# pwasm-utils-cli + +Collection of WASM utilities used in Parity and WASM contract devepment + +## Install + +Easiest way to use is to install via `cargo install`: + +``` +cargo install pwasm-utils-cli +```