File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 2
2
background-color : #4CAF50 ;
3
3
color : white ;
4
4
border : 2px solid #388E3C ;
5
- padding : 4px 8px ;
6
- margin-top : 10px ;
5
+ padding : 2px 4px ;
7
6
border-radius : 5px ;
8
7
cursor : pointer ;
9
8
font-size : 12px ;
Original file line number Diff line number Diff line change @@ -31,14 +31,16 @@ hkubectl --help
31
31
export os=" linux" # or macos
32
32
```
33
33
** 2. Download and install:**
34
- <pre >< code class =" bash " id =" bashCode " >curl -Lo hkubectl hkube-domain.com/hkubectl_files/hkubectl-${os} \
35
- && chmod +x hkubectl \
36
- && sudo mv hkubectl /usr/local/bin/</ code ></ pre >
37
-
34
+ <pre class =" bash " id =" bashCode " >
35
+ curl -Lo hkubectl hkube-domain.com/hkubectl_files/hkubectl-${os} \
36
+ && chmod +x hkubectl \
37
+ && sudo mv hkubectl /usr/local/bin/
38
38
<button id =" copyBtn " onclick =" copyToClipboard (' bashCode' )" class =" copy-btn " >Copy</button >
39
+ </pre >
39
40
40
41
<p >For <strong >Windows</strong >, download <code >hkubectl-win.exe</code > from <a id =" windowsLink " href =" /hkubectl_files/hkubectl-win.exe " >here</a >.</p >
41
42
43
+
42
44
---
43
45
44
46
### Step 2: Configure Hkube
You can’t perform that action at this time.
0 commit comments