浏览代码

Correct directory reference in macapp/README (#3555)

Alex Mavrogiannis 1 年之前
父节点
当前提交
fc6558f47f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      macapp/README.md

+ 1 - 1
macapp/README.md

@@ -14,7 +14,7 @@ go build .
 Then run the desktop app with `npm start`:
 
 ```
-cd app
+cd macapp
 npm install
 npm start
 ```