Skip to content

Commit

Permalink
Merge pull request #7 from fqqf/master
Browse files Browse the repository at this point in the history
Add libraries to Fedora/RHEL install
  • Loading branch information
nik012003 committed Sep 13, 2022
2 parents fd3a613 + 6a2aa12 commit 66d2273
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,18 @@ Many applications expect files to be dragged into them. Normally you would have

Used in combination with a fuzzy finder like [fzf](https://github.com/junegunn/fzf) - e.g. ```ripdrag $(fzf)``` - can make for an amazingly quick and painless terminal experience.

# How to install
# Installation
## Debian\Ubuntu
```
sudo apt install cargo
cargo install ripdrag
```
## Fedora\RHEL
```
sudo dnf install cargo cairo-gobject-devel gdk-pixbuf2-devel python2-cairo-devel cairo-devel pango-devel graphene-devel cargo-devel
cargo install ripdrag
```

# Usage
```
USAGE:
Expand Down

0 comments on commit 66d2273

Please sign in to comment.