Skip to content

Commit 3827512

Browse files
Update gettingstarted.md (#121)
1 parent 15f0378 commit 3827512

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

docs/userguides/gettingstarted.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Getting started with the code42cli
1+
# Get started with the Code42 command-line interface (CLI)
22

33
* [Licensing](#licensing)
44
* [Installation](#installation)
@@ -22,7 +22,7 @@ python3 -m pip install code42cli
2222
```
2323

2424
To install a previous version of the Code42 CLI via `pip`, add the version number. For example, to install version
25-
0.4.1, you would enter:
25+
0.4.1, enter:
2626

2727
```bash
2828
python3 -m pip install code42cli==0.5.3
@@ -46,7 +46,7 @@ python setup.py install
4646

4747
### From distribution
4848

49-
If you want create a `.tar` ball for installing elsewhere, run this command from the project's root directory:
49+
If you want create a `.tar` ball for installing elsewhere, run the following command from the project's root directory:
5050

5151
```bash
5252
python setup.py sdist
@@ -60,7 +60,7 @@ python3 -m pip install code42cli-[VERSION].tar.gz
6060

6161
## Updates
6262

63-
To update the CLI, use pip's `--upgrade` flag.
63+
To update the CLI, use the pip `--upgrade` flag.
6464

6565
```bash
6666
python3 -m pip install code42cli --upgrade
@@ -73,12 +73,12 @@ python3 -m pip install code42cli --upgrade
7373
```
7474

7575
To use the CLI, you must provide your credentials (basic authentication). The CLI uses keyring when storing passwords.
76-
If you choose not to store your password in the CLI, you have to enter it for each command that requires a connection.
76+
If you choose not to store your password in the CLI, you must enter it for each command that requires a connection.
7777

7878
The Code42 CLI currently does **not** support SSO login providers or any other identity providers such as Active
7979
Directory or Okta.
8080

81-
To learn more about authenticating in the CLI, follow the [profile guide](profile.md).
81+
To learn more about authenticating in the CLI, follow the [Configure profile guide](profile.md).
8282

8383
## Troubleshooting and support
8484

@@ -94,8 +94,8 @@ code42 <command> <subcommand> <args> -d
9494

9595
### File an issue on GitHub
9696

97-
If you are experiencing an issue with the Code42 CLI, you can create a *New issue* at the
98-
[project repository](https://github.com/code42/code42cli/issues). See the Github
97+
If you are experiencing an issue with the Code42 CLI, select *New issue* at the
98+
[project repository](https://github.com/code42/code42cli/issues) to create an issue. See the Github
9999
[guide on creating an issue](https://help.github.com/en/github/managing-your-work-on-github/creating-an-issue) for more information.
100100

101101
### Contact Code42 Support

0 commit comments

Comments
 (0)