README: spelling is difficult
This commit is contained in:
parent
6f811f66a5
commit
29743a67a5
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ You can change these to your liking.
|
|||
## Running with pm2
|
||||
|
||||
It's easy to start Drift using [pm2](https://pm2.keymetrics.io/).
|
||||
First, add `.env` files to `client/` and `server/` with thev values you want (see the above section for possible values).
|
||||
First, add `.env` files to `client/` and `server/` with the values you want (see the above section for possible values).
|
||||
Then, use the following commands to start the client and server:
|
||||
|
||||
- `cd server && yarn build && pm2 start yarn --name drift-server --interpreter bash -- start`
|
||||
|
|
Loading…
Reference in a new issue