From 2a56318518b8aacb15d2d1e522d3f630cbee772f Mon Sep 17 00:00:00 2001 From: yytdfc Date: Mon, 4 Mar 2019 09:32:44 +0800 Subject: [PATCH] fix a path typo in build command (#380) --- mace/examples/android/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mace/examples/android/README.md b/mace/examples/android/README.md index 5d215490..d94a5136 100644 --- a/mace/examples/android/README.md +++ b/mace/examples/android/README.md @@ -5,7 +5,7 @@ How to build --------------- ```sh -cd mace/exampls/android +cd mace/examples/android ./build.sh dynamic # if libmace.a is needed, update `macelibrary/CMakeLists.txt` and run with `./build.sh static`. ``` -- GitLab