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

46 lines
1.0 KiB
Plaintext

<%= markdown do %>
12 years ago
# Getting started
12 years ago
## Install recorder script
12 years ago
To install or upgrade ascii.io recorder, open a terminal and run following
command:
12 years ago
$ curl -sL get.ascii.io | bash
12 years ago
That's it! Now you can start recording your terminal sessions.
## Create profile (optional)
If you want your recordings to be assigned to your ascii.io profile run this
and follow instructions:
$ asciiio auth
12 years ago
If you skip this step now, you can always run above command later and all
already recorded asciicasts will get automatically assigned to your new
profile.
Btw, see [my profile](/~sickill).
## Record
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`
command or just hit `<C-d>`.
## Advanced options
The recorder supports several command-line options. See
[here](<%= docs_path(:options) %>) for a list. You can always check what's
available with following command:
$ asciiio -h
12 years ago
<% end %>