mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-15 19:28:00 +01:00
Add basic readme file
This commit is contained in:
24
README.md
Normal file
24
README.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Asciinema
|
||||
|
||||
[](https://travis-ci.org/sickill/asciinema)
|
||||
|
||||
Command line client for [asciinema.org](http://asciinema.org) service.
|
||||
|
||||
## Installation
|
||||
|
||||
Download the tarball and install it with:
|
||||
|
||||
wget -O asciinema-0.9.3.tar.gz https://github.com/sickill/asciinema/archive/v0.9.3.tar.gz
|
||||
tar -xzvf asciinema-0.9.3.tar.gz
|
||||
cd asciinema-0.9.3/
|
||||
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).
|
||||
Reference in New Issue
Block a user