We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858f7e2 commit df34f06Copy full SHA for df34f06
1 file changed
examples/General.ps1
@@ -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