diff --git a/app/views/docs/record.html.slim b/app/views/docs/record.html.slim index cdff10e..f27bed3 100644 --- a/app/views/docs/record.html.slim +++ b/app/views/docs/record.html.slim @@ -25,28 +25,23 @@ markdown: ## 2. Record - Open your terminal and run following command: + Go to your terminal and run the following command: $ asciinema rec - 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 hit ``. + New shell will be spawned and everything you do in it will get recorded. + When you're finished simply exit the shell either by typing `exit` + or hitting ``. ## 3. Create profile (optional) If you want your recordings to be assigned to your asciinema profile and to be - able to edit/delete them run this and follow instructions: + able to edit/delete them run this and follow the instructions: $ asciinema 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 + previously recorded asciicasts will automatically get assigned to your new profile. - Btw, see [my profile](/~sickill). - - ## Advanced options - - The recorder supports several command-line options. See - [here](#{docs_path(:options)}) for details. + Btw, see sickill's profile.