Merge pull request #104 from hjorslev/master

(Package Managers): Remove PsGet
This commit is contained in:
Janik Vonrotz 2020-05-08 09:45:40 +02:00 committed by GitHub
commit ab4e4daf5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,7 +144,6 @@ It includes a command-line shell and an associated scripting language.
## Package Managers ## Package Managers
* [PowerShellGet](https://github.com/powershell/powershellget) - PowerShellGet is the Package Manager for PowerShell. Packages are available on [PowerShellGallery](https://www.PowerShellGallery.com). * [PowerShellGet](https://github.com/powershell/powershellget) - PowerShellGet is the Package Manager for PowerShell. Packages are available on [PowerShellGallery](https://www.PowerShellGallery.com).
* [PsGet](http://psget.net/) - Set of commands to install modules from central directory, local file or from the web.
* [Chocolatey](https://chocolatey.org/) - The package manager for Windows. The sane way to manage software on Windows. * [Chocolatey](https://chocolatey.org/) - The package manager for Windows. The sane way to manage software on Windows.
* [GitLab](https://github.com/akamac/GitLabProvider) - Use a GitLab server as Package Provider. * [GitLab](https://github.com/akamac/GitLabProvider) - Use a GitLab server as Package Provider.