From 520bf04d6ba6c4a7e9cbf90f39e8271c56bc521e Mon Sep 17 00:00:00 2001 From: hashirama Date: Sat, 29 Jun 2024 03:05:12 +0000 Subject: [PATCH] instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8c8e3be..ad9354e 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,10 @@ Patch list: - **use_xsel** is a patch that reduces the latency of clipboard transactions, making it smoother while properly managing the memory.
xsel has been around since 2001, and it's stable and has less dependencies than xclip, not to mentionn the compelling group of devs. +how to use: +download the patch file to the base directory of mpvacious, which may be ```~/.config/mpv/scripts/sub2srs/```
+and run the following command: +``` shell +$ patch -p1 < use_xsel.patch +``` \ No newline at end of file