diff --git a/docs/PerUserInstallers.html b/docs/PerUserInstallers.html index 1469ea9..f4c8e04 100644 --- a/docs/PerUserInstallers.html +++ b/docs/PerUserInstallers.html @@ -157,7 +157,7 @@ This can be used by the built-in Windows OpenSSH client by adding an Inclu

Use the following PowerShell one-liner to download the latest Compose file from the libX11 project to %USERPROFILE%\.XCompose. You can then disable all of the Sequences on the Composing tab to use only these sequences.

-

[IO.File]::WriteAllLines("$env:USERPROFILE\.Xcompose", [string]((Invoke-WebRequest "https://gitlab.freedesktop.org/xorg/lib/libx11/-/raw/master/nls/en_US.UTF-8/Compose.pre").Content).replace('XCOMM', '#'))

+

[IO.File]::WriteAllLines("$env:USERPROFILE\.XCompose", [string]((Invoke-WebRequest "https://gitlab.freedesktop.org/xorg/lib/libx11/-/raw/master/nls/en_US.UTF-8/Compose.pre").Content).replace('XCOMM', '#'))