From 33c70c9e2be12bd32bdee9de327d2125cda1a833 Mon Sep 17 00:00:00 2001 From: precious474 <1517745453@qq.com> Date: Thu, 21 May 2026 20:55:37 +0800 Subject: [PATCH] Fix formatting of export command in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cee9190b24..d7949b22e1 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ MindSpore tutorials and API documentation can be generated by the [Sphinx](https ```bash git clone repository_link - export environment_variable = corresponds_to_the_local_path_of_the_clone_repository + export environment_variable=corresponds_to_the_local_path_of_the_clone_repository ``` 2. When the API of Lite is built, Doxygen needs to be installed. Then download the latest Lite tar package, and configure the local packet path to the LITE_PACKAGE_PATH environment variable: