Skip to content

Commit df34f06

Browse files
Add usage examples
1 parent 858f7e2 commit df34f06

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

examples/General.ps1

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<#
2+
.SYNOPSIS
3+
Examples of how to use the ElvUI module.
4+
#>
5+
6+
# Import the module
7+
Import-Module -Name ElvUI
8+
9+
# Update ElvUI to the latest version
10+
Update-ElvUI
11+
12+
# Force reinstall even if already up to date
13+
Update-ElvUI -Force
14+
15+
# Install ElvUI fresh
16+
Install-ElvUI
17+
18+
# Target a specific WoW installation and game flavor
19+
Update-ElvUI -WoWPath 'D:\Games\World of Warcraft' -Flavor '_classic_'

0 commit comments

Comments
 (0)