diff --git a/README.md b/README.md index 50b6e591..a9a40669 100644 --- a/README.md +++ b/README.md @@ -51,15 +51,17 @@ Create a Tower access token using the [Tower](https://tower.nf/) web interface v Providing `tw` access to Tower with your access token can be achieved in several ways: -1. Export it directly into your terminal: +- By setting an environment variable: - ```bash - export TOWER_ACCESS_TOKEN= - ``` + 1. Export the token as a shell variable directly into your terminal: + + ```bash + export TOWER_ACCESS_TOKEN= + ``` -2. Add the above `export` command to a file such as `.bashrc` to be automatically added into your environment. + 2. Add the above `export` command to a file such as `.bashrc` to be automatically added into your environment. -3. Specify your token as a parameter when running `tw`: +- By specifying the `--access-token` parameter: ```bash tw --access-token=