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

Update README.md and CONTRIBUTING.md #2560

Merged
merged 23 commits into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from 7 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
2 changes: 0 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ This repository **respects** people, despite their race, gender, religion, heigh

---------------------------------



# Contributing guidelines:
skanda890 marked this conversation as resolved.
Show resolved Hide resolved

Before reading: All of the rules below are guidelines, which means that they should be followed when possible. Please do not take them literally.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ If this doesn't work, consider asking for help at [Winget's project page](https:

A: This is a known limitation of Winget.

See more details on the issue https://github.com/microsoft/winget-cli/issues/2603.<br>
Please take a look at more details on the issue https://github.com/microsoft/winget-cli/issues/2603.<br>
skanda890 marked this conversation as resolved.
Show resolved Hide resolved

#

Expand All @@ -234,15 +234,15 @@ Microsoft has implemented a few checks for the software available on Winget to m
<br><p align="center"><i>Check out the <a href="https://github.com/marticliment/UniGetUI/wiki">Wiki</a> for more information!</i></p>

## Command-line parameters:
`--daemon`: Start UniGetUI without spawning a new window. UniGetUI will run minimized on the system tray. UniGetUI is called with this parameter when launched at startup. **Autostart UniGetUI in the notifications area** must be enabled for this parameter to work.<br>
`--daemon`: Start UniGetUI without spawning a new window. UniGetUI will run as a minimized on the system tray. UniGetUI is called with this parameter when launched at startup. **Autostart UniGetUI in the notifications area** must be enabled for this parameter to work.<br>
skanda890 marked this conversation as resolved.
Show resolved Hide resolved
`--welcomewizard` (or simply `--welcome`): Show a window to choose which package managers to use.<br>
`--updateapps`: Enable automatic installation of available updates.<br>
Since 3.0.0: `--report-all-errors`: May help debug crashes<br>
Since 3.1.0: `--uninstall-unigetui`: Attempts to unregister UniGetUI from the notification panel, and silently quit<br>
Since 3.1.0: `--migrate-wingetui-to-unigetui`: Attempts to migrate WingetUI data folders and shortcuts to UniGetUI, and silently quits<br>

### Installer command-line parameters:
The installer is inno-setup based, so it supports regular Inno Setup command-line parameters. Additionally, it also supports the following parameters:
The installer is inno-setup-based and supports regular Inno Setup command-line parameters. Additionally, it also supports the following parameters:
skanda890 marked this conversation as resolved.
Show resolved Hide resolved
<br>`/NoAutoStart`: Will not launch UniGetUI after installing it.
<br> `/ALLUSERS`: Install UniGetUI for every user
<br> `/CURRENTUSER`: Install UniGetUI for the current user only
Expand Down
Loading