2
0
mirror of https://github.com/koreader/koreader synced 2024-11-10 01:10:34 +00:00

remove leading tab in command in README

This commit is contained in:
Qingping Hou 2012-09-17 01:59:19 +08:00
parent 6ad8afebbb
commit 825de1ea4f

View File

@ -26,7 +26,7 @@ Follow these steps:
* automatically fetch thirdparty sources with Makefile: * automatically fetch thirdparty sources with Makefile:
* make sure you have wget, unzip and git installed * make sure you have wget, unzip and git installed
* run "make fetchthirdparty". * run `make fetchthirdparty`.
* adapt Makefile to your needs * adapt Makefile to your needs
@ -70,6 +70,7 @@ And run the emulator like this:
``` ```
./reader.lua /PATH/TO/PDF.pdf ./reader.lua /PATH/TO/PDF.pdf
``` ```
or: or:
``` ```
./reader.lua /ANY/PATH ./reader.lua /ANY/PATH