Skip to content

Commit 4e824ab

Browse files
authored
docs: Improve Linux installation documentation (#1094)
1 parent 655f37d commit 4e824ab

File tree

1 file changed

+24
-6
lines changed

1 file changed

+24
-6
lines changed

docs/installation/linux.md

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,33 @@
22

33
## Installation
44

5-
**TODO**
5+
### Direct Download
66

7-
## Complete onboarding steps
7+
#### Linux x86-64
8+
```bash
9+
curl --proto '=https' --tlsv1.2 -sSf "https://desktop-release.codewhisperer.us-east-1.amazonaws.com/latest/q-x86_64-linux.zip" -o "q.zip"
10+
unzip q.zip
11+
q/install.sh
12+
```
13+
14+
#### Linux ARM (aarch64)
15+
```bash
16+
curl --proto '=https' --tlsv1.2 -sSf "https://desktop-release.codewhisperer.us-east-1.amazonaws.com/latest/q-aarch64-linux.zip" -o "q.zip"
17+
unzip q.zip
18+
q/install.sh
19+
```
20+
21+
## Getting Started
22+
23+
After installation, simply run:
24+
25+
```bash
26+
q login
27+
```
828

9-
> Most developers will log in using Builder ID as it is the simplest way to authenticate. Enterpise developers will likely authenticate using IAM Identity Center.
29+
> Most developers will log in using Builder ID as it is the simplest way to authenticate. Enterprise developers will likely authenticate using IAM Identity Center.
1030
11-
1. Log in when prompted.
12-
2. Complete the onboarding steps in order to customize your install.
13-
3. Open a new terminal session to start using Autocomplete and the `q` CLI.
31+
This will guide you through the authentication process and help you customize your installation. Once complete, open a new terminal session to start using Autocomplete and the `q` CLI.
1432

1533
## Support and Uninstall
1634

0 commit comments

Comments
 (0)