Fix command in README (#182)

LGTM again!!  :D
This commit is contained in:
Pablo Castellano 2021-12-20 04:09:38 +00:00 committed by GitHub
parent 79aa20d662
commit f0b61546fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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