Skip to content

Commit

Permalink
docs: use list for architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanaz authored Dec 8, 2024
1 parent 66fad02 commit cd38710
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ A JPEG XL (*.jxl) WIC decoder to render thumbnails on Windows File Explorer or v
## How to install

1. Download the dll file from https://github.com/saschanaz/jxl-winthumb/releases
1. ARM64 Windows gets `_aarch64.dll`, Intel/AMD 64bit Windows gets `_x86_64.dll`, and Intel/AMD 32bit Windows gets `_i686.dll`.
1. ARM 64bit Windows gets `_aarch64.dll`
2. Intel/AMD 64bit Windows gets `_x86_64.dll`
3. Intel/AMD 32bit Windows gets `_i686.dll`.
1. Open a terminal window as administrator
1. Move to your download directory
1. `regsvr32 jxl_winthumb_(arch).dll`, or to uninstall, `regsvr32 /u jxl_winthumb_(arch).dll`.
Expand Down

0 comments on commit cd38710

Please sign in to comment.