# golem-cloud-cli
Command line interface for [Golem Cloud](https://golem.cloud).
For OSS golem version client see [Golem CLI](https://github.com/golemcloud/golem-cli).
## Installation
To install `golem-cloud-cli` you currently need to use `cargo`, Rust's build tool.
To get `cargo` on your system, we recommend to use [rustup](https://rustup.rs/):
```shell
rustup default stable
```
Then you can install `golem-cloud-cli` with the following command:
```shell
cargo install golem-cloud-cli
```
## More information
Please check the [Golem Cloud developer documentation portal](https://www.golem.cloud/learn) to learn more about how to get started with *Golem Cloud*!