Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Mention protobuf in readme #80

Merged
merged 1 commit into from
Mar 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ Command line interface for [Golem OSS](https://golem.cloud).

For Golem Cloud version client see [Golem Cloud CLI](https://github.com/golemcloud/golem-cloud-cli).


## Installation

To install `golem-cli` you currently need to use `cargo`, Rust's build tool.
To install `golem-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/):

Expand All @@ -17,14 +16,23 @@ rustup install stable
rustup default stable
```

Another external dependency is `protobuf`, with a minimum version of `3.15`,
which can be installed as described on http://google.github.io/proto-lens/installing-protoc.html. On macOS, you can install it with Homebrew:

```shell
brew install protobuf
```

Then you can install `golem-cli` with the following command:

```shell
cargo install golem-cli
```

## More information
Please check the [Golem Cloud developer documentation portal](https://learn.golem.cloud) to learn more about how to get started with *Golem Cloud*!

Please check the [Golem Cloud developer documentation portal](https://learn.golem.cloud) to learn more about how to get started with _Golem Cloud_!

## Contributing

Find details [here](CONTRIBUTING.md)
Loading