Skip to content

Commit

Permalink
docs: include noscript installation (GreptimeTeam#191)
Browse files Browse the repository at this point in the history
* docs: recommend noscript installation

* Update README.md
  • Loading branch information
tisonkun authored Feb 27, 2024
1 parent 7fb3796 commit 038c2b8
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,25 @@
<img alt="screenshot" src="./docs/images/screenshot.png" width="800px">
</p>

## Quickstart
## Installation

Install the `gtctl` binary using the following **one-line installatio**n command:
Install `gtctl` using the following **oneliner installation** command:

```console
```shell
curl -fsSL https://raw.githubusercontent.com/greptimeteam/gtctl/develop/hack/install.sh | sh
```

In case of `go` is available, you can alternatively install `gtctl` with:

```shell
go install github.com/GreptimeTeam/gtctl/cmd/gtctl@develop
```

## Quickstart

The **fastest** way to experience the GreptimeDB cluster is to use the playground:

```console
```shell
gtctl playground
```

Expand All @@ -34,4 +42,4 @@ The `playground` will deploy the minimal GreptimeDB cluster on your environment

## License

`gtctl` uses the [Apache 2.0 license](./LICENSE) to strike a balance between open contributions and allowing you to use the software however you want.
`gtctl` uses the [Apache 2.0 license](LICENSE) to strike a balance between open contributions and allowing you to use the software however you want.

0 comments on commit 038c2b8

Please sign in to comment.