From 33c9f7971824afee5513d827406d9ab5c388a6a7 Mon Sep 17 00:00:00 2001 From: HasanAbbadi Date: Sun, 3 Jul 2022 11:47:50 +0300 Subject: add offline dictionary & change file structure --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4ce531d..5cca27c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Easily tweaked and customizable. * Supported dictionaries for words: * [Jisho](https://jisho.org) * [Google](https://translate.google.com/) - * Offline \t separated dictionary. + * Offline \t separated dictionary. (Like the one provided `jp.dict`) * Supported dictionaries for sentences: * [Google](https://translate.google.com/) * Can use multiple dictionaries simultaneously. @@ -29,13 +29,8 @@ Clone this repository in your mpv `scripts` folder: ```bash $ cd ~/.config/mpv/scripts $ git clone https://github.com/HasanAbbadi/jaSubs -``` - -Then make a symlink to the `lua` file: -```bash -$ pwd -~/.config/mpv/scripts -$ ln -s jaSubs/jaSubs.lua . +$ ls -a +. .. jaSubs ``` ## Requirements -- cgit v1.2.3