瀏覽代碼

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