From f0b61546feeef8a1123056b2a64fdc6030816d13 Mon Sep 17 00:00:00 2001 From: Pablo Castellano Date: Mon, 20 Dec 2021 04:09:38 +0000 Subject: [PATCH] Fix command in README (#182) LGTM again!! :D --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 804fa01e45..5929e166a9 100644 --- a/README.md +++ b/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