From 966c7f800cfdf88d7c9956ae9fc9f9a0c654af3c Mon Sep 17 00:00:00 2001 From: zephyros-dev <67867662+zephyros-dev@users.noreply.github.com> Date: Mon, 24 Jul 2023 11:10:08 +0700 Subject: [PATCH] Updated Install on Windows with WSL (markdown) --- Install-on-Windows-with-WSL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Install-on-Windows-with-WSL.md b/Install-on-Windows-with-WSL.md index 832dc4b..8a1c73c 100644 --- a/Install-on-Windows-with-WSL.md +++ b/Install-on-Windows-with-WSL.md @@ -1,4 +1,4 @@ -It's possible to install the koreader Debian builds on both [Ubuntu and Debian distribution in Windows version that supports WSL](https://learn.microsoft.com/en-us/windows/wsl/install). Once installed, you can launch koreader from Windows like a [Linux GUI application using WSL](https://learn.microsoft.com/en-us/windows/wsl/tutorials/gui-apps). +It's possible to install the Koreader Debian builds on both [Ubuntu and Debian distribution in Windows version that supports WSL](https://learn.microsoft.com/en-us/windows/wsl/install). Once installed, you can launch koreader from Windows like a [Linux GUI application using WSL](https://learn.microsoft.com/en-us/windows/wsl/tutorials/gui-apps). Some notes regarding the distributions: - On Debian, run this command for Koreader network to function properly: @@ -6,7 +6,7 @@ Some notes regarding the distributions: sudo setcap cap_net_raw+p /bin/ping ``` -- To fix the SDL error in koreader run logs, install these libraries: +- To fix the SDL error in Koreader run logs, install these libraries: ``` sudo apt install libsdl2-dev