소스 검색

Fix command in README (#182)

LGTM again!!  :D
Pablo Castellano 3 년 전
부모
커밋
f0b61546fe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -67,7 +67,7 @@ There is currently no Linux installer. However, you can download and install the
 2. Download the current AppFlowy-Linux.tar.gz file.
 3. Create a directory in your /opt/ folder.
 ```shell
-md /opt/appflowy
+mkdir /opt/appflowy
 ```
 4. Change to that directory
 ```shell