You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/app/views/docs/record.html.erb

59 lines
1.2 KiB
Plaintext

<%= markdown do %>
12 years ago
# Getting started
## 1. Install recorder
### Linux
To install/update ascii.io recorder, open a terminal and run following
12 years ago
command:
12 years ago
$ curl -sL get.ascii.io | bash
### OSX (via Homebrew)
12 years ago
Install with:
12 years ago
$ brew install https://raw.github.com/gist/3875486/asciiio.rb --HEAD
Later update with:
$ brew update asciiio
12 years ago
### OSX (no Homebrew)
If you don't use Homebrew then install/update with:
12 years ago
$ curl -sL get.ascii.io | bash
## 2. Record
12 years ago
Open your terminal and run following command:
$ asciiio
New shell instance will be opened and everything you'll do in it will be
recorded. When you're ready to upload simply exit the shell with `exit`
12 years ago
command or just hit `<C-d>`.
## 3. Create profile (optional)
If you want your recordings to be assigned to your ascii.io profile run this
and follow instructions:
$ asciiio auth
If you skip this step now, you can always run above command later and all
previously recorded asciicasts will get automatically assigned to your new
profile.
Btw, see [my profile](/~sickill).
12 years ago
## Advanced options
The recorder supports several command-line options. See
[here](<%= docs_path(:options) %>) for details.
12 years ago
<% end %>