Update README.md

This commit is contained in:
Shaun Tenner
2023-10-10 03:40:03 +09:00
committed by GitHub
parent aa1f4703f1
commit 942d5d39f7

View File

@@ -21,7 +21,7 @@ As of the moment base mokuro does not generate the `.mokuro` file, you need to i
pip install git+https://github.com/kha-white/mokuro.git@web-reader pip install git+https://github.com/kha-white/mokuro.git@web-reader
``` ```
Once installed and your manga is processed, import it your manga to the reader. Once installed and your manga is processed, import your manga into the reader.
## Development: ## Development:
@@ -33,7 +33,7 @@ cd mokuro-reader
Install dependencies: Install dependencies:
```bash ```bash
npm run install npm install
``` ```
Start the dev server: Start the dev server: