Browse Source

Fix command in README (#182)

LGTM again!!  :D
Pablo Castellano 3 years ago
parent
commit
f0b61546fe
1 changed files with 1 additions and 1 deletions
  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