From e3b04e8c768c291a1b7195801553e3a8a61f5e6a Mon Sep 17 00:00:00 2001 From: Nadeesha Cabral Date: Mon, 25 Oct 2021 23:11:39 +1100 Subject: [PATCH] docs: Adding a README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d2ee3f3 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# cloudstate-cli + +The CLI to instantly create a backend for your React app. Powered by [useCloudState.io](https://usecloudstate.io/) + +This tool requires you to have a valid e-mail account for authentication. + +## Installation + +### via Curl + +```sh +curl https://raw.githubusercontent.com/usecloudstate/cli/main/install.sh | sh +``` + +### Manually installing the binaries + +All of the binaries can be found in the [Releases](https://github.com/usecloudstate/cli/releases) page.