Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackThunder080 committed Dec 24, 2023
1 parent 43e08af commit 4ccee95
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ cargo install vit
```
or download from [releases](https://github.com/BlackThunder080/vit/releases)

## Dependancies
On linux you need x11 installed, to install on ubuntu or debian run
```
sudo apt-get install xorg-dev
```
Or install without clipboard support
```
cargo install --no-default-features
```

## Usage
```
$ vit --help
Expand Down

0 comments on commit 4ccee95

Please sign in to comment.