Describe new installation method in readme

This commit is contained in:
Marcin Kulik
2013-10-06 13:21:19 +02:00
parent d5216da84d
commit 484408b48c

View File

@@ -6,21 +6,25 @@ Command line client for [asciinema.org](http://asciinema.org) service.
## Installation
### Arch Linux
The latest __stable version__ of asciinema can always be installed or updated
to via [pip](http://www.pip-installer.org/en/latest/index.html) (prefered) or
easy\_install:
asciinema is included in the [AUR](https://aur.archlinux.org/packages/asciinema/):
sudo pip install --upgrade asciinema
Alternatively:
sudo easy_install asciinema
Or, you can install the __development version__ directly from GitHub:
sudo pip install --upgrade https://github.com/sickill/asciinema/tarball/master
Arch Linux users can install the
[AUR](https://aur.archlinux.org/packages/asciinema/) package:
yaourt -S asciinema
### From tarball
Download the tarball and install it with:
wget -O asciinema-0.9.5.tar.gz https://github.com/sickill/asciinema/archive/v0.9.5.tar.gz
tar -xzvf asciinema-0.9.5.tar.gz
cd asciinema-0.9.5/
sudo make install
## Usage
Check the available commands and options with: