Skip to content

Commit 617ffb9

Browse files
authored
Merge pull request #1093 from LeaDevelop/(#195)-add-note-to-chocolateygui-installation-page
(#195) Added note chocolatey gui can be used by one user at a time
2 parents e10b596 + 2fd930a commit 617ffb9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/content/docs/en-us/chocolatey-gui/setup/installation.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ following command to install the latest version of Chocolatey GUI:
1515
choco install chocolateygui
1616
```
1717

18+
<Callout type="info">
19+
Chocolatey GUI is designed to be used by one user at a time on the PC. Multiple users trying to run Chocolatey GUI simultaneously is not supported.
20+
</Callout>
21+
1822
## Upgrading Chocolatey GUI
1923

2024
If you already have Chocolatey GUI installed, you can upgrade to the latest
@@ -71,4 +75,4 @@ If you wanted to set these options globally so that all users on the machine got
7175

7276
```
7377
choco install chocolateygui --params="'/ShowConsoleOutput=$true /UseDelayedSearch=$false /OutdatedPackagesCacheDurationInMinutes=120 /Global'"
74-
```
78+
```

0 commit comments

Comments
 (0)