Prerequisites ✅


Installation ⏬


To install denget, just run this:

irm github.com/DenisionSoft/denget/releases/latest/download/install.ps1 | iex

This will install denget to the default location, which is ~\denget (”~" referring to HOME aka %USERPROFILE%)

To install denget to a different location, you can use these commands:

  1. irm github.com/DenisionSoft/denget/releases/latest/download/install.ps1 > .\install.ps1
  2. .\install.ps1 -path "C:\denget" , where after -path you can specify your desired location
  3. rm .\install.ps1 to delete the leftover installer script from the current terminal directory.

Installer script will add installation directory to your PATH, so denget can be accessible anywhere.