From 181c161ffc972476359f746d07a85dd88d1fcb2b Mon Sep 17 00:00:00 2001 From: vms Date: Tue, 11 Aug 2020 15:28:53 +0300 Subject: [PATCH] update readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e1e9d33..0ec68402 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # Fluence Compute Engine -FCE is intended to run various Wasm binaries. At now, it is in the heavily developing phase. +FCE is intended to run various Wasm binaries. At now, it is in the heavily developing phase. Docs and tutorials are also in the work-in-progress state. ## Installation -- Clone this project -- `cargo install --path ` +- `cargo install fcli` + +this will add `fce` binary to your system. ## Usage - `fce build` in Rust project