diff --git a/pages/index.html b/pages/index.html index 30e59e0..e82eda6 100644 --- a/pages/index.html +++ b/pages/index.html @@ -228,25 +228,21 @@
git clone https://example.com/https://github.com/user/project.git
-
+ class="d-block mb-3">git clone https://example.com/https://github.com/user/project.git
git clone https://user:your_token@example.com/https://github.com/user/project.git
+ class="d-block">git clone https://user:your_token@example.com/https://github.com/user/project.git
wget https://example.com/https://raw.githubusercontent.com/user/project/main/README.md
-
+ class="d-block mb-3">wget https://example.com/https://raw.githubusercontent.com/user/project/main/README.md
curl -LO https://example.com/https://github.com/user/project/releases/download/v1.0.0./project_1.0.0.amd64.tar.gz
+ class="d-block">curl -LO https://example.com/https://github.com/user/project/releases/download/v1.0.0/project_1.0.0.amd64.tar.gz