@@ -97,16 +97,15 @@ sudo ln -s [path-to-the-cli-folder]/mgc /usr/bin
9797
9898#### Linux
9999
100- Download from browser OR via Curl
100+ Download installation package from your browser OR via Curl
101101
102102``` bash
103103curl -LO < link> && tar -xzf < filename>
104104```
105105
106106##### Linux (Ubuntu) environment setup (Required)
107107
108- The linux environment setup is similar to the Mac setup, but with one difference. For headless linux environments,
109- there's an additional step to configure the keyring for access token encryption.
108+ > ** Note:** For headless Linux environments, there's an additional step to configure the keyring for access token encryption.
110109
111110To set up the PATH environment variable for your current session, run the following command from your terminal
112111in the directory of the CLI:
@@ -129,8 +128,8 @@ sudo ln -s [path-to-the-cli-folder]/mgc /usr/bin
129128```
130129
131130
132- > ** Note: ** The following step is ** Required** if your linux distribution does not have a desktop environment e.g. WSL, Docker
133- Failure to set this up will result in authentication failures.
131+ _ ** Required if your Linux distribution does not have a desktop environment e.g. WSL, Docker** _
132+ > ** Note: ** Not setting this up for this environment will result in authentication failures.
134133
135134Required packages:
136135
@@ -161,10 +160,8 @@ printf '%s' "$KEYRING_PASSWORD" | gnome-keyring-daemon --daemonize --components=
161160mgc login
162161```
163162
164- See the [ shell script] ( docker/init.sh ) used for docker in this repository
165-
166163### Using Docker
167- Find docker instructions in the docker folder [ here] ( docker )
164+ Find docker instructions in the docker folder [ here] ( docker ) . See the [ shell script ] ( docker/init.sh ) used for docker in this repository
168165
169166## Uninstalling
170167### Dotnet tool
0 commit comments