Skip to content
This repository was archived by the owner on Nov 11, 2018. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,14 @@ sudo yum update
sudo yum install finalterm
```

### Fedora 21

```
sudo wget http://copr.fedoraproject.org/coprs/mattdm/finalterm/repo/fedora-21-x86_64/mattdm-finalterm-fedora-21-x86_64.repo -O /etc/yum.repos.d/finalterm.repo
sudo yum update
sudo yum install finalterm
```

### Fedora Rawhide

```
Expand Down