Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit c8f77d5

Browse files
Update Linux instructions on README.md (#382)
1 parent 2fd1054 commit c8f77d5

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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
103103
curl -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
111110
To set up the PATH environment variable for your current session, run the following command from your terminal
112111
in 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
135134
Required packages:
136135

@@ -161,10 +160,8 @@ printf '%s' "$KEYRING_PASSWORD" | gnome-keyring-daemon --daemonize --components=
161160
mgc 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

Comments
 (0)