From 85e6c6669a53ff439982914539752b19e6215e7a Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sun, 29 Mar 2020 21:16:24 -0700 Subject: [PATCH] docs: Add username to WSL instructions Fixes #519 --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 08345ba2..2015c839 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -574,7 +574,7 @@ Installing on Windows Subsystem for Linux .. code-block:: powershell - wsl sudo ln -s /home/user/.local/bin/ocrmypdf /usr/local/bin/ocrmypdf + wsl sudo ln -s /home/$USER/.local/bin/ocrmypdf /usr/local/bin/ocrmypdf Then confirm that the expected version from PyPI (|latest|) is installed: