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/static_pages/installation.html.erb

27 lines
629 B
Plaintext

<div class="page-header">
<h1>No bullshit installation</h1>
</div>
<% markdown = Redcarpet::Markdown.new(Redcarpet::Render::HTML) %>
<%= markdown.render(<<EOS).html_safe
To install or upgrade ascii.io recorder, open a terminal and run this command:
$ curl -sL get.ascii.io | bash
(when using zsh you may need to run `rehash` after above command)
That's it! Now you can start recording your terminal sessions with:
$ asciiio
If you want your recordings to be assigned to your ascii.io profile run this
and follow instructions:
$ asciiio auth
See available commands and options with:
$ asciiio -h
EOS
%>