#Everyone can use English
- Introduction
- Chapter 1: Starting Point
- Chapter 2: Speaking
- Chapter 3: Voice
- Chapter 4: Reading
- Chapter 5: Dictionary
- Chapter 6: Grammar
- Chapter 7: Intensive Reading
- Chapter 8: Advice
- Postscript
yarn install
yarn start:enjoy
yarn make:enjoy
Method 1: This is the most direct and simple method to go to the releases page to download the corresponding installation file.
Method 2: If you want to try the updated version at any time, please follow the steps.
-
Open the command line tool Terminal
-
Install Homebrew (please refer to this article: "Start from Terminal...")
-
Install yarn:
brew install yarn
-
Clone this repository locally, then install and start:
cd ~ mkdir github cdgithub git clone https://github.com/xiaolai/everyone-can-use-english cd everyone-can-use-english yarn install yarn start:enjoy
System requirements: Windows 10 22H2 or above, Windows PowerShell 5.1 or above, and a normal Internet connection.
-
Move the mouse to the "Windows logo" on the taskbar, right-click and select "PowerShell"
tips 1: On the latest Windows 11, you can’t see the “PowerShell” option, only “Terminal”
tips 2: Do not run PowerShell with administrator privileges, otherwise Scoop installation will fail.
-
In the pop-up PowerShell window, execute the following commands in order to install Scoop:
# Set PowerShell execution policy Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser # Download the installation script irm get.scoop.sh -outfile 'install.ps1' # Execute installation, the --ScoopDir parameter specifies the Scoop installation path .\install.ps1 -ScoopDir 'C:\Scoop'
If the following error occurs:
<span style="color:red">
irm: Unable to resolve the remote name: 'raw.githubusercontent.com'It means there is a problem with your network connection. Please research and solve it yourself:
-
Install Nodejs, yarn and other dependent environments:
scoop install nodejs scoop install git npm install yarn -D
-
Clone this repository locally and install Enjoy APP:
cd ~ mkdir github cdgithub git clone https://github.com/xiaolai/everyone-can-use-english cd everyone-can-use-english cd enjoy yarn install yarn start:enjoy
Words like
Completed in XXXXXXXXXX
appear, indicating that the installation is successful! -
Run Enjoy APP and execute the following commands in the terminal:
yarn start:enjoy
##UpdateEnjoy
Update and use the latest version of Enjoy:
-
Pull the latest contents of the warehouse to the local computer and execute it in the command line tool:
git pull
The result is shown as:
Already up to date.
-
Run Enjoy APP:
yarn start:enjoy