From 488fcabd69ca6f9e306a3ca30ccef600209115b1 Mon Sep 17 00:00:00 2001 From: Benton Edmondson Date: Sat, 3 Sep 2022 19:30:16 -0500 Subject: [PATCH] fixed readme typo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 68edbd6..f7483f2 100644 --- a/readme.md +++ b/readme.md @@ -9,7 +9,7 @@ Convert ACSM files to PDF/EPUBs with one command on Linux ([and MacOS very soon] ## Installation 1. Run `uname -ms` and, based on the output, download the latest corresponding [release](https://github.com/BentonEdmondson/knock/releases). -1. Open a terminal and `cd` into the directory that knock is in (e.g. `cd ~/Downloads`). +1. `cd` into the directory that knock is in (e.g. `cd ~/Downloads`). 1. Run `mv knock-version-arch-os knock` to rename the binary to `knock`. 1. Run `chmod +x knock` to make it executable. 1. Run `./knock ./path/to/book.acsm` to perform the conversion.