소스 검색

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
 ```