From c1cd7a609134bb2dfb0d7bd09ac47f87fe0c329c Mon Sep 17 00:00:00 2001 From: Ahmed Hesham Date: Mon, 15 Sep 2025 10:49:09 +0300 Subject: [PATCH] added tabs --- getting-started.md | 33 ++++++++++++++++++++++++++++++--- index.html | 3 ++- 2 files changed, 32 insertions(+), 4 deletions(-) diff --git a/getting-started.md b/getting-started.md index d007817..a713bb5 100644 --- a/getting-started.md +++ b/getting-started.md @@ -7,8 +7,14 @@ This topic describes how to install the latest release of **Ghaymah Command Line ## Ghaymah CLI Install Instructions ### Installation + -#### **Step 1:** Download & Install +#### **Linux** + + +#### **Debian** + +Download & Install Run the following command to install the latest release of the Ghaymah CLI: @@ -16,7 +22,17 @@ Run the following command to install the latest release of the Ghaymah CLI: curl -sSl https://cli.ghaymah.systems/install.sh | bash ``` -#### **Step 2:** Update PATH +#### **Redhat** + +1.Download & Install + +Run the following command to install the latest release of the Ghaymah CLI: + +```bash +curl -sSl https://cli.ghaymah.systems/install.sh | bash +``` + +2.update PATH Add the CLI to your PATH and reload your shell configuration: @@ -25,7 +41,18 @@ echo 'export PATH=$HOME/bin:$PATH' >> ~/.bashrc source ~/.bashrc ``` -#### **Step 3:** Verify Installation + + +#### **Macos** + +Bonjour! + +#### **Windows** + +Ciao! + + +### Verifying Installation Check that the CLI is installed correctly: diff --git a/index.html b/index.html index dbbe4f8..7e85c90 100644 --- a/index.html +++ b/index.html @@ -32,8 +32,9 @@ - + Recommended + \ No newline at end of file