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 ```