From 8868d06867299c7239e0c6b94e9e54d023edeb91 Mon Sep 17 00:00:00 2001 From: LDOUBLEV Date: Wed, 2 Jun 2021 14:37:29 +0800 Subject: [PATCH] refine en readme --- deploy/cpp_infer/readme_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/cpp_infer/readme_en.md b/deploy/cpp_infer/readme_en.md index f2cd4fbd..cd44b1ce 100644 --- a/deploy/cpp_infer/readme_en.md +++ b/deploy/cpp_infer/readme_en.md @@ -99,7 +99,7 @@ git clone https://github.com/PaddlePaddle/Paddle.git git checkout release/2.1 ``` -* After entering the Paddle directory, the instructions to compile the paddle inference library are as follows. +* After entering the Paddle directory, the commands to compile the paddle inference library are as follows. ```shell rm -rf build -- GitLab