From 79a7c6d9913e6c3d095fa0db520f1bc782cae932 Mon Sep 17 00:00:00 2001
From: undefined <undefined_1@outlook.com>
Date: Sat, 2 Mar 2024 13:08:49 +0800
Subject: [PATCH] fix typo

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 6764526cab..35018c416b 100644
--- a/README.md
+++ b/README.md
@@ -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
 ```
 
 ## 👷‍♂️ 打包客户端