Skip to content

Commit

Permalink
adding more install approaches (#225)
Browse files Browse the repository at this point in the history
Signed-off-by: yue9944882 <[email protected]>
  • Loading branch information
yue9944882 authored May 6, 2022
1 parent 9523a61 commit 2d3de06
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ A CLI and kubernetes CLI plugin that allows you to interact with open-cluster-ma
## Quick start

### Install the clusteradm command-line:

#### From install script:

```shell
curl -L https://raw.githubusercontent.com/open-cluster-management-io/clusteradm/main/install.sh | bash
```

#### From go install:

```shell
GO111MODULE=off go get -u open-cluster-management.io/clusteradm/...
```

#### From binaries:

The binaries for several platforms are available [here](https://github.com/open-cluster-management-io/clusteradm/releases).
Expand All @@ -23,6 +36,7 @@ cd clusteradm
make build
clusteradm
```

### Initialize a hub and join a cluster

```bash
Expand Down

0 comments on commit 2d3de06

Please sign in to comment.