mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 03:38:03 +01:00
Fix Travis badge + Syntax highlighting
This commit is contained in:
21
README.md
21
README.md
@@ -1,8 +1,7 @@
|
||||
# Asciinema
|
||||
|
||||
[](http://badge.fury.io/py/asciinema)
|
||||
[](https://travis-ci.org/sickill/asciinema)
|
||||
[](https://pypi.python.org/pypi/asciinema)
|
||||
[](http://badge.fury.io/py/asciinema)
|
||||
[](https://travis-ci.org/asciinema/asciinema-cli) [](https://pypi.python.org/pypi/asciinema)
|
||||
|
||||
Command line client for [asciinema.org](https://asciinema.org) service.
|
||||
|
||||
@@ -12,15 +11,21 @@ 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:
|
||||
|
||||
sudo pip install --upgrade asciinema
|
||||
```bash
|
||||
$ sudo pip install --upgrade asciinema
|
||||
````
|
||||
|
||||
Alternatively:
|
||||
|
||||
sudo easy_install asciinema
|
||||
```bash
|
||||
$ 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
|
||||
```bash
|
||||
$ sudo pip install --upgrade https://github.com/sickill/asciinema/tarball/master
|
||||
```
|
||||
|
||||
See [installation docs](https://asciinema.org/docs/installation) for more
|
||||
options (Ubuntu, Fedora, Arch, Gentoo etc).
|
||||
@@ -29,7 +34,9 @@ options (Ubuntu, Fedora, Arch, Gentoo etc).
|
||||
|
||||
Check the available commands and options with:
|
||||
|
||||
asciinema -h
|
||||
```bash
|
||||
$ asciinema -h
|
||||
```
|
||||
|
||||
## Contributing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user