Skip to content

Commit 4b9862e

Browse files
Copilot0xrinegade
andcommitted
Fix GitHub URL consistency in index.html
Co-authored-by: 0xrinegade <[email protected]>
1 parent b262f4c commit 4b9862e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -400,22 +400,22 @@ <h2 class="section-title">Quick Installation</h2>
400400

401401
<div id="linux-install" class="install-content active">
402402
<div class="code-block">
403-
<button class="copy-btn" onclick="copyToClipboard('curl -sSf https://raw.githubusercontent.com/opensvm/osvm-cli/main/install.sh | sh')">Copy</button>
404-
<code>curl -sSf https://raw.githubusercontent.com/opensvm/osvm-cli/main/install.sh | sh</code>
403+
<button class="copy-btn" onclick="copyToClipboard('curl -sSf https://raw.githubusercontent.com/openSVM/osvm-cli/main/install.sh | sh')">Copy</button>
404+
<code>curl -sSf https://raw.githubusercontent.com/openSVM/osvm-cli/main/install.sh | sh</code>
405405
</div>
406406
</div>
407407

408408
<div id="windows-install" class="install-content">
409409
<div class="code-block">
410-
<button class="copy-btn" onclick="copyToClipboard('powershell -Command \"Invoke-WebRequest -Uri \'https://raw.githubusercontent.com/opensvm/osvm-cli/main/install.ps1\' -OutFile \'install.ps1\'; .\\install.ps1\"')">Copy</button>
411-
<code>powershell -Command "Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/opensvm/osvm-cli/main/install.ps1' -OutFile 'install.ps1'; .\install.ps1"</code>
410+
<button class="copy-btn" onclick="copyToClipboard('powershell -Command \"Invoke-WebRequest -Uri \'https://raw.githubusercontent.com/openSVM/osvm-cli/main/install.ps1\' -OutFile \'install.ps1\'; .\\install.ps1\"')">Copy</button>
411+
<code>powershell -Command "Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/openSVM/osvm-cli/main/install.ps1' -OutFile 'install.ps1'; .\install.ps1"</code>
412412
</div>
413413
</div>
414414

415415
<div id="source-install" class="install-content">
416416
<div class="code-block">
417-
<button class="copy-btn" onclick="copyToClipboard('git clone https://github.com/opensvm/osvm-cli.git\ncd osvm-cli\ncargo build --release\nsudo cp target/release/osvm /usr/local/bin/')">Copy</button>
418-
<code># Clone the repository<br>git clone https://github.com/opensvm/osvm-cli.git<br>cd osvm-cli<br><br># Build the project<br>cargo build --release<br><br># Install the binary<br>sudo cp target/release/osvm /usr/local/bin/</code>
417+
<button class="copy-btn" onclick="copyToClipboard('git clone https://github.com/openSVM/osvm-cli.git\ncd osvm-cli\ncargo build --release\nsudo cp target/release/osvm /usr/local/bin/')">Copy</button>
418+
<code># Clone the repository<br>git clone https://github.com/openSVM/osvm-cli.git<br>cd osvm-cli<br><br># Build the project<br>cargo build --release<br><br># Install the binary<br>sudo cp target/release/osvm /usr/local/bin/</code>
419419
</div>
420420
</div>
421421
</div>

0 commit comments

Comments
 (0)