هذا الالتزام موجود في:
2025-09-15 10:49:09 +03:00
الأصل 0362379f4a
التزام c1cd7a6091
2 ملفات معدلة مع 32 إضافات و4 حذوفات

عرض الملف

@@ -7,8 +7,14 @@ This topic describes how to install the latest release of **Ghaymah Command Line
## Ghaymah CLI Install Instructions
### Installation
<!-- tabs:start -->
#### **Step 1:** Download & Install
#### **Linux**
<!-- tabs:start -->
#### **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
<!-- tabs:end -->
#### **Macos**
Bonjour!
#### **Windows**
Ciao!
<!-- tabs:end -->
### Verifying Installation
Check that the CLI is installed correctly: