Skip to content

Commit b915843

Browse files
Content review
1 parent 79d5df0 commit b915843

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

content/install-guides/aws-q-cli.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,37 +18,39 @@ tool_install: true
1818
weight: 1
1919
---
2020

21-
Amazon Q Developer for the command line is a CLI tool for Amazon Q, a generative artificial intelligence (AI) powered assistant. You can use it to ask questions about AWS architecture and resources in addition to general developer tasks.
21+
Amazon Q Developer CLI is a command-line tool for Amazon Q, a generative AI-powered assistant. You can use it to ask questions about AWS architecture, resources, and general development tasks.
2222

23-
It is available for a variety of operating systems and Linux distributions, supports the Arm architecture, and has multiple ways to install it.
23+
It supports multiple operating systems, including Arm-based Linux distributions and macOS, supports the Arm architecture, and you can install it in several ways.
2424

2525
## What should I do before installing Amazon Q Developer CLI?
2626

27-
You need a Builder ID to use the Amazon Q Developer CLI. If you don't have one, visit [Do more with AWS Builder ID](https://community.aws/builderid) and use the Sign up button to create your Builder ID.
27+
You need a Builder ID to use the Amazon Q Developer CLI. If you don't have one, visit [Do more with AWS Builder ID](https://community.aws/builderid) and click **Sign up with Builder ID** to create your AWS Builder ID.
2828

29-
This guide explains how to install the latest version of the Amazon Q Developer CLI on computers running Arm Linux and macOS.
29+
This guide explains how to install Amazon Q Developer CLI on macOS and Arm Linux.
3030

3131
## How do I download and install Amazon Q Developer CLI?
3232

33-
The CLI is invoked with the `q` command, and you can install it on macOS and Arm Linux.
33+
The CLI is invoked using the `q` command.
3434

35-
### How do I install the Q CLI on macOS?
35+
### How do I install Amazon Q Developer CLI on macOS?
3636

37-
Install [Homebrew](https://brew.sh/) if it is not already available on your computer.
37+
Install [Homebrew](https://brew.sh/) if it's not already available on your computer.
3838

39-
Install the Q CLI:
39+
Then install the Q CLI:
4040

4141
```console
4242
brew install amazon-q
4343
```
4444

4545
### How do I install the Q CLI on Arm Linux?
4646

47-
The easiest way to install the latest version of the Q CLI for any Arm Linux distribution is to download and run the installer.
47+
The easiest way to install the Q CLI on any Arm Linux distribution is to download and run the installer.
4848

49-
Before starting, make sure `curl` and `unzip` are available on your computer.
49+
Before starting, ensure that `curl` and `unzip` are available on your computer.
5050

51-
The commands for Debian-based distributions such as Ubuntu are below. For other Linux distributions use the package manager to install `curl` and `unzip`.
51+
{{% notice Note %}}
52+
For Debian-based distributions such as Ubuntu, use the commands below. For other Linux distributions, use the appropriate package manager to install `curl` and `unzip`.
53+
{{% /notice %}}
5254

5355
```bash { target="ubuntu:latest" }
5456
sudo apt update
@@ -68,16 +70,16 @@ unzip q.zip
6870
bash ./q/install.sh
6971
```
7072

71-
Answer the question about updating your shell config.
73+
You'll then be prompted about updating your shell config:
7274

7375
```output
7476
✔ Do you want q to modify your shell config (you will have to manually do this otherwise)?
7577
```
7678

77-
To automate the install add the `--no-confirm` flag to the `install.sh` command.
79+
To automate the install, add the `--no-confirm` flag to the `install.sh` command.
7880

7981
{{% notice Note %}}
80-
If you have a Linux distribution with an older version of the GNU C Library or one which does not use the GNU C Library such as Alpine Linux, you can download an alternative package which uses the musl C library and has no external dependencies.
82+
If you're using a Linux distribution with an older version of the GNU C Library - or one that does not use it at all, such as Alpine - you can download an alternative package built with the musl C library and has no external dependencies.
8183

8284
Substitute the `curl` command above with this one and use the same install instructions:
8385

@@ -107,7 +109,7 @@ q 1.7.2
107109

108110
The Q CLI can answer questions and solve problems related to your AWS resources and help you develop faster on AWS. To get the maximum benefit, you can configure the AWS CLI to use your account.
109111

110-
Follow the [AWS CLI install guide](/install-guides/aws_access_keys/) and the [AWS Credentials install guide](/install-guides/aws_access_keys/) to set up the AWS CLI and generate and configure access keys.
112+
Follow the [AWS CLI Install Guide](/install-guides/aws_access_keys/) and the [AWS Credentials Install Guide](/install-guides/aws_access_keys/) to set up the AWS CLI and generate and configure access keys.
111113

112114
This allows you to use the Amazon Q Developer CLI to ask questions and solve issues specific to your AWS account.
113115

@@ -143,4 +145,4 @@ An example is shown below:
143145

144146
![Connect #center](/install-guides/_images/q.gif)
145147

146-
You are ready to use the Q CLI.
148+
You're ready to use the Q CLI.

0 commit comments

Comments
 (0)