Explorar el Código

Fix command in README (#182)

LGTM again!!  :D
Pablo Castellano hace 3 años
padre
commit
f0b61546fe
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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