This commit is contained in:
Claus Schiroky 2024-02-27 11:50:42 +01:00 коммит произвёл GitHub
Родитель 7cc85dd75e
Коммит 37178e20a1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -97,7 +97,7 @@ If you do not have this module installed, the 'Unified Labeling Support Tool' wi
# Installation <a name="installation"></a>
The 'Unified Labeling Support Tool' is available on [PowerShell Gallery](https://www.powershellgallery.com/packages/UnifiedLabelingSupportTool/) and the fastest and easiest way to install it with user privileges is to run the following command in PowerShell:
The 'Unified Labeling Support Tool' is available on [PowerShell Gallery](https://www.powershellgallery.com/packages/UnifiedLabelingSupportTool/). To start the installation, you must first execute the `pwsh` command in a Terminal window to start a PowerShell session. Then enter the following command and press enter to start the installation of the 'Unified Labeling Support Tool':
```
Install-Module -Name UnifiedLabelingSupportTool -Scope CurrentUser