mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-05 06:30:28 +09:00
README: Add Fedora install instructions (#1671)
This commit is contained in:
@@ -124,6 +124,12 @@ via `apt`:
|
|||||||
sudo apt install micro
|
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`
|
**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)
|
must be installed. Please see the section on [Linux clipboard support](https://github.com/zyedidia/micro#linux-clipboard-support)
|
||||||
further below.
|
further below.
|
||||||
|
|||||||
Reference in New Issue
Block a user