Files
asciinema/README.md

45 lines
1.2 KiB
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
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:
2013-10-03 19:15:15 +02:00
sudo pip install --upgrade asciinema
2013-10-03 19:15:15 +02:00
Alternatively:
sudo easy_install asciinema
2013-10-03 19:15:15 +02:00
Or, you can install the __development version__ directly from GitHub:
2013-10-03 19:15:15 +02:00
sudo pip install --upgrade https://github.com/sickill/asciinema/tarball/master
2013-10-03 17:57:40 +02:00
See [installation docs](https://asciinema.org/docs/installation) for more
options (Ubuntu, Fedora, Arch, Gentoo etc).
2013-10-03 17:57:40 +02:00
## Usage
Check the available commands and options with:
asciinema -h
2013-12-03 20:15:47 +01:00
## Contributing
If you want to contribute to this project check out
[Contributing](http://asciinema.org/contributing) page.
2013-10-06 12:58:29 +02:00
## Authors
2013-10-03 17:57:40 +02:00
2013-10-06 12:58:29 +02:00
Developed with passion by [Marcin Kulik](http://ku1ik.com) and great open
source [contributors](https://github.com/sickill/asciinema/contributors)
## Copyright
Copyright © 2011-2013 Marcin Kulik. See LICENSE.txt for details.