Skip to content

Commit e2303c7

Browse files
committed
formatting
Signed-off-by: Dominique Vernier <[email protected]>
1 parent 23bd6bc commit e2303c7

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,16 @@ A CLI and kubernetes CLI plugin that allows you to interact with open-cluster-ma
66
## Quick start
77

88
### Install the clusteradm command-line:
9+
#### From binaries:
910

10-
From binaries:
11+
The binaries for several platforms are available [here](https://github.com/open-cluster-management-io/clusteradm/releases).
12+
- Download the compressed file from [here](https://github.com/open-cluster-management-io/clusteradm/releases)
13+
- Uncompress the file and place the output in a directory of your $PATH
1114

12-
The binaries for several platforms are available [here](https://github.com/open-cluster-management-io/clusteradm/releases).
15+
#### From source:
1316

14-
- Download the compressed file from [here](https://github.com/open-cluster-management-io/clusteradm/releases)
15-
- Uncompress the file and place the output in a directory of your $PATH
16-
17-
From source:
18-
19-
Go 1.16 is required in order to build or contribute on this project as it leverage the `go:embed` tip.
20-
The binary will be installed in `$GOPATH/bin`
17+
Go 1.16 is required in order to build or contribute on this project as it leverage the `go:embed` tip.
18+
The binary will be installed in `$GOPATH/bin`
2119

2220
```bash
2321
git clone https://github.com/open-cluster-management-io/clusteradm.git

0 commit comments

Comments
 (0)