Skip to content

Commit

Permalink
Add Arch install instructions
Browse files Browse the repository at this point in the history
closes #22
  • Loading branch information
sharkdp authored Dec 5, 2018
1 parent 67a7c56 commit e1ee7ee
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,22 @@ colors.

### On Debian-based systems

Download one of the Debian packages from the [release page](https://github.com/sharkdp/vivid/releases)
and install it via `dpkg -i`:

``` bash
wget "https://github.com/sharkdp/vivid/releases/download/v0.4.0/vivid_0.4.0_amd64.deb"
sudo dpkg -i vivid_0.4.0_amd64.deb
```

### On Arch Linux

You can install `vivid` from [the AUR](https://aur.archlinux.org/packages/vivid/):

``` bash
yaourt -S vivid
```

### On other distrubutions

Check out the [release page](https://github.com/sharkdp/vivid/releases) for binary builds.
Expand Down

6 comments on commit e1ee7ee

@polyzen
Copy link

@polyzen polyzen commented on e1ee7ee Dec 5, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yaourt is discontinued:
archlinuxfr/yaourt#382 (comment)

Perhaps just:

git clone https://aur.archlinux.org/vivid.git
makepkg -isr

@sharkdp
Copy link
Owner Author

@sharkdp sharkdp commented on e1ee7ee Dec 6, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, thanks for the hint. I didn't know that. Added a comment for now. We can remove yaourt at some point.

@polyzen
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would like to add vivid to the repos, but wondering what your opinion on that would be.

@sharkdp
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@polyzen What do you mean by "add vivid to the repos"?

@polyzen
Copy link

@polyzen polyzen commented on e1ee7ee Dec 28, 2018 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sharkdp
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds great! 👍

Please sign in to comment.