From 583b9dc2f66436675adc4b0ef1a47034d369f8fa Mon Sep 17 00:00:00 2001 From: LDOUBLEV Date: Wed, 2 Jun 2021 14:37:17 +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 df6dfb29..f2cd4fbd 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 compilation method is as follows. +* After entering the Paddle directory, the instructions to compile the paddle inference library are as follows. ```shell rm -rf build -- GitLab