We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e55c09b commit 7bd91d7Copy full SHA for 7bd91d7
content/en/docs/getting-started/installation.md
@@ -8,7 +8,7 @@ weight: 2
8
The easiest way to install `gitx` is by using the installation script. Open your terminal and run the following command:
9
10
```bash
11
-curl -sSL [https://raw.githubusercontent.com/gitxtui/gitx/master/install.sh](https://raw.githubusercontent.com/gitxtui/gitx/master/install.sh) | bash
+curl -sSL https://raw.githubusercontent.com/gitxtui/gitx/master/install.sh | bash
12
```
13
14
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