Skip to content

Commit

Permalink
Merge pull request #2560 from skanda890/main
Browse files Browse the repository at this point in the history
Update README.md and CONTRIBUTING.md
  • Loading branch information
marticliment authored Aug 2, 2024
2 parents e1daba8 + 6c37e50 commit dd9bca9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-------------------------------------------------------------
This repository **respects** people, despite their race, gender, religion, height, or culture. Any user who posts offensive or disrespectful content regarding race, gender, religion, height, or culture **will be immediately banned from this repository**. No exception will be made.
This repository **respects** people, regardless of their race, gender, religion, height, or culture. Any user who posts offensive or disrespectful content regarding race, gender, religion, height, or culture **will be immediately banned from this repository**. No exception will be made.

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

Expand All @@ -22,14 +22,14 @@ Before reading: All of the rules below are guidelines, which means that they sho
- Please use the BUG/ISSUE template
- Please be clear when describing issues.
- Please fill out the form and DO NOT send empty issues with the information on the title.
- Please make sure to check for duplicates as said in the BUG/ISSUE template.
- Please search for possible duplicates, and only post new content. (As stated in the BIG/ISSUE template).
- Please make sure to preceed titles with the `[BUG/ISSUE]` string, so they can be easily identified.

#### Feature requests:
- Please use the FEATURE REQUEST template
- Please detail how the feature should work. Please be as specific as possible.
- Some features are difficult and might take some time to get implemented. This project is made in the contributor's free time, so please do not post messages asking for ETAs or similar. Every feature request will be considered.
- Please make sure to check for duplicates as said in the FEATURE REQUEST template.
- Please check for duplicates as said in the FEATURE REQUEST template.
- Please make sure to preceed titles with the `[FEATURE REQUEST]` string, so they can be easily identified.

## Pull requests:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,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>
For more details, see this issue: https://github.com/microsoft/winget-cli/issues/2603.<br>

#

Expand Down Expand Up @@ -241,7 +241,7 @@ Since 3.1.0: `--uninstall-unigetui`: Attempts to unregister UniGetUI from the no
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. It supports all Inno Setup command-line parameters as well as the following:
<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

0 comments on commit dd9bca9

Please sign in to comment.