From 02adb50ac539461bd285fa5dbe47e1a6d63069b1 Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Thu, 10 Feb 2022 03:11:35 +0400 Subject: [PATCH] touchup --- README.md | 7 +++++-- pages/index.tsx | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 62f19b7..7748d1a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,10 @@ Easily create EPUB e-book files with proper RTL support ## Running Locally -Requires [pandoc](https://pandoc.org/installing.html) +Requires + +- Node.js 12.22.0 or later +- [pandoc](https://pandoc.org/installing.html) ``` npm install @@ -13,7 +16,7 @@ npm run dev ### With Docker -Or, you can run the docker image. (Only available for `linux/amd64` architectures.) +Or, you can just run the docker image with pandoc and everything included. ``` docker compose up diff --git a/pages/index.tsx b/pages/index.tsx index 4cc13db..e9fc0d1 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -41,14 +41,14 @@ const Home: NextPage = () => {

RTL EPUB Maker 📚

-

Easily create EPUB e-book files with proper RTL support

+

Easily create EPUB e-book files with proper RTL support (🚧 in progress 👷)