Skip to content

Commit 05f0606

Browse files
committed
better readme
1 parent 23f6aaa commit 05f0606

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,22 @@ But we wanted to get something out quickly for people who wanted to test sixel.
99

1010
It will probably be added as an experimental feature there as well soon.
1111

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.
1328

1429
## Authors
1530

0 commit comments

Comments
 (0)