Skip to content

Commit

Permalink
Merge pull request #2185 from undefined-ux/master
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
pan93412 committed Mar 4, 2024
2 parents ae352f2 + 79a7c6d commit e3caa24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -162,7 +162,7 @@ bash <(curl -s -L https://raw.githubusercontent.com/qier222/YesPlayMusic/main/in
4. 由于 replit 个人版限制内存为 1G(教育版为 3G),构建过程中可能会失败,请再次运行上述命令或运行以下命令:

```sh
cd /home/runner/${REPL_SLUG}/music && yarn installl && yarn run build
cd /home/runner/${REPL_SLUG}/music && yarn install && yarn run build
```

## 👷‍♂️ 打包客户端
Expand Down

0 comments on commit e3caa24

Please sign in to comment.