Skip to content

Commit 7bd91d7

Browse files
committed
fix the curl link
Signed-off-by: Ayush <[email protected]>
1 parent e55c09b commit 7bd91d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ weight: 2
88
The easiest way to install `gitx` is by using the installation script. Open your terminal and run the following command:
99

1010
```bash
11-
curl -sSL [https://raw.githubusercontent.com/gitxtui/gitx/master/install.sh](https://raw.githubusercontent.com/gitxtui/gitx/master/install.sh) | bash
11+
curl -sSL https://raw.githubusercontent.com/gitxtui/gitx/master/install.sh | bash
1212
```
1313

1414
This script will automatically detect your operating system and architecture, download the latest release of gitx, and install it to /usr/local/bin.

0 commit comments

Comments
 (0)