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/getting-started.html.slim

35 lines
931 B
Plaintext

- content_for(:title, 'Getting started')
h1 Getting started
h2 1. Install the recorder
= render partial: 'docs/script_install_and_other'
markdown:
## 2. Record
Go to your terminal and run the following command:
asciinema rec
New shell will be spawned and everything you do in it will get recorded.
When you're ready to finish simply exit the shell either by typing `exit` or
hitting <kbd>Ctrl-D</kdb>.
See [usage instructions](#{docs_path(:usage)}) to learn about all commands and options.
## 3. Create your profile (optional)
If you want your recordings to be assigned to your asciinema profile run the
following command:
asciinema auth
If you skip this step now, you can run the above command later and all
previously recorded asciicasts will automatically get assigned to your
profile.
NOTE: To be able to edit/delete your recordings you have to assign them to
your profile.