mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-07 22:10:21 +08:00
docs: fix copy -> cp in development guide (#12142)
Signed-off-by: SherlockShemol <shemol@163.com>
This commit is contained in:
parent
0f0e18231d
commit
ab3bce33b8
@ -36,7 +36,7 @@ yarn install
|
|||||||
### ENV
|
### ENV
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
copy .env.example .env
|
cp .env.example .env
|
||||||
```
|
```
|
||||||
|
|
||||||
### Start
|
### Start
|
||||||
|
|||||||
@ -36,7 +36,7 @@ yarn install
|
|||||||
### ENV
|
### ENV
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
copy .env.example .env
|
cp .env.example .env
|
||||||
```
|
```
|
||||||
|
|
||||||
### Start
|
### Start
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user