Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(#195) Added note chocolatey gui can be used by one user at a time #1093

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/content/docs/en-us/chocolatey-gui/setup/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ following command to install the latest version of Chocolatey GUI:
choco install chocolateygui
```

<Callout type="info">
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.
</Callout>

## Upgrading Chocolatey GUI

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

```
choco install chocolateygui --params="'/ShowConsoleOutput=$true /UseDelayedSearch=$false /OutdatedPackagesCacheDurationInMinutes=120 /Global'"
```
```