Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelink authored Oct 28, 2023
1 parent 16b5111 commit 2f694a4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ Welcome to languageXchange! Our app is designed to help you learn a new language

## Getting started

To create a new languageXchange project, simply run the following command:
To clone this project, simply run the following command:

```bash
# create a new project in the current directory
npm create languageXchange@latest
# clone this repo
git clone https://github.com/languageXchange/website

# create a new project in my-app
npm create languageXchange@latest my-app
# install dependencies
npm install
```

Once you've created your project and installed dependencies with `npm install``, you can start a development server:
Expand Down

0 comments on commit 2f694a4

Please sign in to comment.