Commit 05f0606 1 parent 23f6aaa commit 05f0606 Copy full SHA for 05f0606
File tree 1 file changed +16
-1
lines changed
1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,22 @@ But we wanted to get something out quickly for people who wanted to test sixel.
9
9
10
10
It will probably be added as an experimental feature there as well soon.
11
11
12
- It uses an Assembly load context for the Sixlabor library, from [ PowerShell-ALC] ( https://github.com/jborean93/PowerShell-ALC )
12
+ It uses an Assembly load context for the Sixlabors library, from [ PowerShell-ALC] ( https://github.com/jborean93/PowerShell-ALC )
13
+
14
+ ## Install
15
+
16
+ ``` powershell
17
+ Install-Module Sixel
18
+ # or
19
+ Install-PSResource Sixel
20
+ ```
21
+
22
+ ## Requirements
23
+
24
+ This module requires Powershell version 7.4+
25
+ We test against the latest Windows Terminal Preview.
26
+
27
+ Sixel support has not been added to Windows Terminal Stable branch yet.
13
28
14
29
## Authors
15
30
You can’t perform that action at this time.
0 commit comments