Add sudo to CLI-based access snippet (#5652)

This commit is contained in:
Jim Galasyn 2018-01-02 12:20:33 -08:00 committed by GitHub
parent 646fa53a52
commit 350d6f0846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -84,7 +84,7 @@ this example we'll be using `curl` for making the web requests to the API, and
To install these tools on an Ubuntu distribution, you can run: To install these tools on an Ubuntu distribution, you can run:
```bash ```bash
$ sudo apt-get update && apt-get install curl jq $ sudo apt-get update && sudo apt-get install curl jq
``` ```
Then you get an authentication token from UCP, and use it to download the Then you get an authentication token from UCP, and use it to download the

View File

@ -77,7 +77,7 @@ this example we'll be using `curl` for making the web requests to the API, and
To install these tools on a Ubuntu distribution, you can run: To install these tools on a Ubuntu distribution, you can run:
```none ```none
$ sudo apt-get update && apt-get install curl jq $ sudo apt-get update && sudo apt-get install curl jq
``` ```
Then you get an authentication token from UCP, and use it to download the Then you get an authentication token from UCP, and use it to download the

View File

@ -82,7 +82,7 @@ responses.
To install these tools on a Ubuntu distribution, you can run: To install these tools on a Ubuntu distribution, you can run:
```bash ```bash
$ sudo apt-get update && apt-get install curl jq $ sudo apt-get update && sudo apt-get install curl jq
``` ```
Then you get an authentication token from UCP, and use it to download the Then you get an authentication token from UCP, and use it to download the