Files
asciinema/README.md

33 lines
749 B
Markdown
Raw Normal View History

2013-10-03 17:57:40 +02:00
# Asciinema
[![Build Status](https://travis-ci.org/sickill/asciinema.png?branch=master)](https://travis-ci.org/sickill/asciinema)
Command line client for [asciinema.org](http://asciinema.org) service.
## Installation
2013-10-03 19:15:15 +02:00
### Arch Linux
asciinema is included in the [AUR](https://aur.archlinux.org/packages/asciinema/):
yaourt -S asciinema
### From tarball
2013-10-03 17:57:40 +02:00
Download the tarball and install it with:
2013-10-04 18:42:10 +02:00
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/
2013-10-03 17:57:40 +02:00
sudo make install
## Usage
Check the available commands and options with:
asciinema -h
## License
This project is released under MIT license. See [LICENSE.txt](LICENSE.txt).