From 261f98e7f0ae4db2d7603c0f0abab347f83d014d Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Mon, 25 Mar 2013 00:21:17 +0800 Subject: [PATCH] fix typo in README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index bd52c471c..0893d4b9d 100644 --- a/README.md +++ b/README.md @@ -74,8 +74,7 @@ In emulator You need to first compile koreader-base in emulation mode. * If you have built koreader in real mode before, you need to clean it up: ``` -make clean -make cleanthirdparty +make clean && make cleanthirdparty ``` * Then compile with emulation mode flag: ```