Skip to content

Commit

Permalink
Added WAPT package reference in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BazirClem authored and MichaelGrafnetter committed Sep 8, 2023
1 parent 9c99d3b commit 374d85e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,18 @@ choco install dsinternals-psmodule --confirm

This package is self-contained and it will also install all dependencies. Note that package versions prior to 3.5 were not official.

### WAPT Package

The DSInternals PowerShell Module can also be installed using the [WAPT package](https://wapt.tranquil.it/store/tis-dsinternals/).

The package can be installed by the [WAPT console](https://www.wapt.fr/en/doc/wapt-console-usage.html) or by the [WAPT Command-line interface](https://www.wapt.fr/en/doc/wapt-command-line-interface.html) like so:

```powershell
wapt-get install dsinternals
```

This package is self-contained and it will also install all dependencies.

### Offline Module Distribution (PowerShell 3+)

1. Download the [current release](https://github.com/MichaelGrafnetter/DSInternals/releases) from GitHub.
Expand Down

0 comments on commit 374d85e

Please sign in to comment.