a step added.
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
12
README.md
12
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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user