From a694888bdedbf7ac92d6503b3b07922d14a1e8ef Mon Sep 17 00:00:00 2001 From: starxeras <149911531+starxeras@users.noreply.github.com> Date: Thu, 16 Nov 2023 16:26:58 -0600 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 240b47d..adc6b70 100644 --- a/README.md +++ b/README.md @@ -10,18 +10,18 @@ If you are running Mac, first install [Homebrew](https://brew.sh/), as it is use 1. Install Python - **Windows**: https://www.python.org/downloads/ - **Mac**: Run `brew install python3` - - **Linux**: Python is usually included with a Linux distribution + - **Linux**: Python is usually included with a Linux distribution. 1. Install MeCab - **Windows**: https://taku910.github.io/mecab/#download (mecab-x.xxx.exe:ダウンロード) - **Mac**: run `brew install mecab` - - **Linux**: package managers usually include MeCab. You don't need to install a dictionary package from the package manager, this script downloads the required dictionaries for you -1. [Download](https://github.com/starxeras/yomitan-mecab-installer/archive/master.zip) and extract this repository -to the location where you wish to install the files. `~/Downloads` might not be the best place -1. Run `install_mecab_for_yomitan.py` and follow the instructions + - **Linux**: package managers usually include MeCab. You don't need to install a dictionary package from the package manager, this script downloads the required dictionaries for you. +1. [Download](https://github.com/starxeras/yomitan-mecab-installer/archive/master.zip) and extract this repository. +to the location where you wish to install the files. `~/Downloads` might not be the best place, as the dictionary files are stored in the same directory. +1. Run `install_mecab_for_yomitan.py` and follow the instructions. 2. Go to the Yomitan settings page in the browser you selected. 3. Click `Advanced` in the bottom left corner. -4. Go to `Text Parsing` -5. Enable `Parse sentences using MeCab` +4. Go to `Text Parsing`. +5. Enable `Parse sentences using MeCab`. 6. To check if you installed it correctly, click the `More...` button and select `Test`. If it returns "Connection was successful", MeCab is now installed for Yomitan. Some things to note: