mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-18 21:31:00 +00:00
README: Add Fedora install instructions (#1671)
This commit is contained in:
parent
381e1b639d
commit
2e770ce9ce
1 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue