-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Windows: package managers documentation (#298)
- Loading branch information
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Install NZBGet for WIndows via package managers | ||
|
||
- [Winget](#winget) | ||
- [Chocolatey](#chocolatey) | ||
|
||
- [Post-Install](#post-install) | ||
|
||
## Winget | ||
|
||
1. Make sure you have `winget` installed. Modern Windows versions have winget already pre-installed. Winget [documentation](https://learn.microsoft.com/windows/package-manager/winget/). | ||
2. To install nzbget, run from a Command Prompt: | ||
``` | ||
winget install nzbget | ||
``` | ||
|
||
## Chocolatey | ||
|
||
1. Install `chocolatey` package manager. Installation instructions can be found [here](https://docs.chocolatey.org/en-us/choco/setup/). | ||
2. To install nzbget, run from an elevated Command Prompt: | ||
``` | ||
choco install nzbgetcom | ||
``` | ||
|
||
## Post-Install | ||
|
||
1. Start NZBGet via start menu or desktop shortcut | ||
2. NZBGet puts an icon into the tray area (near clock) and opens a browser window | ||
3. In the web-interface (browser window) go to settings page: | ||
- Setup your login credentials in section SECURITY | ||
- Add one or more news-servers in section NEWS-SERVERS | ||
- Save settings and reload NZBGet |