Skip to content

Commit 32e1709

Browse files
committed
design
1 parent 9dc47e0 commit 32e1709

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

site/_css/copy-button.less

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
background-color: #4CAF50;
33
color: white;
44
border: 2px solid #388E3C;
5-
padding: 4px 8px;
6-
margin-top: 10px;
5+
padding: 2px 4px;
76
border-radius: 5px;
87
cursor: pointer;
98
font-size: 12px;

site/learn/InstallHkubeCLI.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,16 @@ hkubectl --help
3131
export os="linux" # or macos
3232
```
3333
**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/
3838
<button id="copyBtn" onclick="copyToClipboard('bashCode')" class="copy-btn">Copy</button>
39+
</pre>
3940

4041
<p>For <strong>Windows</strong>, download <code>hkubectl-win.exe</code> from <a id="windowsLink" href="/hkubectl_files/hkubectl-win.exe">here</a>.</p>
4142

43+
4244
---
4345

4446
### Step 2: Configure Hkube

0 commit comments

Comments
 (0)