summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHasanAbbadi <hasanabady55@gmail.com>2022-07-03 11:47:50 +0300
committerHasanAbbadi <hasanabady55@gmail.com>2022-07-03 11:47:50 +0300
commit33c9f7971824afee5513d827406d9ab5c388a6a7 (patch)
tree698954726ed4a9e8bf945ba731bfccb5222f0aca /README.md
parent229ef0d90a4fb09225271153470ed6107d57b957 (diff)
add offline dictionary & change file structure
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 3 insertions, 8 deletions
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