diff --git a/README.md b/README.md index 8218de4..59b3393 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ -# uget-windows-installer -uGet Installer for Windows +# uGet Installer for Windows + +This repository contains installer for uGet Download Manager. Please check [releases](https://github.com/ugetdm/uget-windows-installer/releases) for the latest release. + +## Installation +1. Download the latest [uGet-x.x.x-win32.gtk3.exe](https://github.com/ugetdm/uget-windows-installer/releases) +2. Double click on it or right click and select `Run as administrator` +3. Follow the instructions to install uGet Download Manager +4. Open the start menu and search for `uGet` + +## Uninstall +1. Open `Programs and Features` +2. Select `uGet` from the programs list +3. Click on `Uninstall` +4. Follow the instructions given in the wizard diff --git a/uget-windows-installer.nsi b/uget-windows-installer.nsi index 97825b2..4c4fb12 100644 --- a/uget-windows-installer.nsi +++ b/uget-windows-installer.nsi @@ -152,7 +152,7 @@ ${Index_RemoveFilesAndSubDirs}-done: ;-------------------------------- ;General !define _APPLICATION_NAME "uGet" - !define _VERSION "2.2.0" + !define _VERSION "2.2.1" !define _RELEASE "0" !define _COMPANY "uGetdm.com" !define _DESCRIPTION "#1 Open Source Download Manager"