From 58dcd1523eba769f3b07c82482f72c0bc4b0e7ea Mon Sep 17 00:00:00 2001 From: xiaolai Date: Sun, 28 Jan 2024 10:04:18 +0800 Subject: [PATCH] a step added. --- README.en-US.md | 12 +++++++++++- README.md | 12 +++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/README.en-US.md b/README.en-US.md index 1a9cc08b..834e267f 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -47,6 +47,7 @@ Method 2: If you want to **try out updated versions** at any time, follow these ```bash brew install nvm nvm install 20.5.1 + brew install ffmpeg brew install yarn ``` @@ -57,7 +58,16 @@ Method 2: If you want to **try out updated versions** at any time, follow these mkdir github cd github git clone https://github.com/xiaolai/everyone-can-use-english - cd everyone-can-use-english + cd ~/github/everyone-can-use-english + yarn install + yarn start:enjoy + ``` + +5. To restart the application, use Terminal: + + ```bash + cd ~/github/everyone-can-use-english + git pull yarn install yarn start:enjoy ``` diff --git a/README.md b/README.md index 77d346d1..80edd8f6 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ yarn make:enjoy brew install nvm nvm install 20.5.1 brew install yarn + brew install ffmpeg ``` 4. 设置 yarn 环境变量以及 Node.js 配置 @@ -73,7 +74,16 @@ yarn make:enjoy mkdir github cd github git clone https://github.com/xiaolai/everyone-can-use-english - cd everyone-can-use-english + cd ~/github/everyone-can-use-english + yarn install + yarn start:enjoy + ``` + +6. 以后重新启动用 Terminal + + ```bash + cd ~/github/everyone-can-use-english + git pull yarn install yarn start:enjoy ```