From d623e3a231c902aaedb85b1ea54c78613634fb1c Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Mon, 16 Jun 2025 05:56:59 +0000
Subject: [PATCH 1/3] Initial plan for issue
From b262f4c37c9514d78a5e5d974fc5f8519f3888b1 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Mon, 16 Jun 2025 06:04:39 +0000
Subject: [PATCH 2/3] Add comprehensive index.html landing page for GitHub
Pages
Co-authored-by: 0xrinegade <101195284+0xrinegade@users.noreply.github.com>
---
index.html | 545 +++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 545 insertions(+)
create mode 100644 index.html
diff --git a/index.html b/index.html
new file mode 100644
index 00000000..2ccbfcf8
--- /dev/null
+++ b/index.html
@@ -0,0 +1,545 @@
+
+
+
+
-
- curl -sSf https://raw.githubusercontent.com/opensvm/osvm-cli/main/install.sh | sh
+
+ curl -sSf https://raw.githubusercontent.com/openSVM/osvm-cli/main/install.sh | sh
-
- powershell -Command "Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/opensvm/osvm-cli/main/install.ps1' -OutFile 'install.ps1'; .\install.ps1"
+
+ powershell -Command "Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/openSVM/osvm-cli/main/install.ps1' -OutFile 'install.ps1'; .\install.ps1"
-
- # Clone the repository
git clone https://github.com/opensvm/osvm-cli.git
cd osvm-cli
# Build the project
cargo build --release
# Install the binary
sudo cp target/release/osvm /usr/local/bin/
+
+ # Clone the repository
git clone https://github.com/openSVM/osvm-cli.git
cd osvm-cli
# Build the project
cargo build --release
# Install the binary
sudo cp target/release/osvm /usr/local/bin/