We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4207ab commit e69a5edCopy full SHA for e69a5ed
1 file changed
README.md
@@ -13,3 +13,24 @@ My [**Image32 2D graphics library**](https://github.com/AngusJohnson/Image32) wa
13
14

15
16
+----------
17
+Install:
18
19
+
20
+1. Right click Windows' Start Button<br>
21
+2. Select Windows PowerShell (Admin)<br>
22
+In Windows PowerShell ...<br>
23
+**cd** path_to_SvgShellExtensions<br>
24
+**regsvr32** SvgShellExtensions.dll<br>
25
+exit<br><br>
26
27
28
+Uninstall:
29
30
31
32
33
34
35
+**regsvr32 /u** SvgShellExtensions.dll<br>
36
0 commit comments