README: Add Fedora install instructions (#1671)

This commit is contained in:
axxx007xxxz 2020-05-28 17:49:18 +02:00 committed by GitHub
parent 381e1b639d
commit 2e770ce9ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,6 +124,12 @@ via `apt`:
sudo apt install micro
```
On Fedora, micro is available via `dnf`:
```
sudo dnf install micro
```
**Note for Linux:** for interfacing with the local system clipboard, `xclip` or `xsel`
must be installed. Please see the section on [Linux clipboard support](https://github.com/zyedidia/micro#linux-clipboard-support)
further below.