a step added.

This commit is contained in:
xiaolai
2024-01-28 10:04:18 +08:00
parent 7ee12976aa
commit 58dcd1523e
2 changed files with 22 additions and 2 deletions

View File

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

View File

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