Add homebrew installation info

private-asciicasts
Marcin Kulik 10 years ago
parent 9cc64e3fd9
commit bf01b7f3a3

@ -1,2 +1,2 @@
<%= render partial: 'docs/script_install' %>
<p>Other installation options, including distro specific packages (Ubuntu, Fedora, Arch Linux, Gentoo), are <a href='<%= docs_path(:installation) %>'>also available</a>.</p>
<p>Other installation options, including Homebrew and distro packages (Ubuntu, Fedora, Arch Linux, Gentoo), are <a href='<%= docs_path(:installation) %>'>also available</a>.</p>

@ -19,6 +19,13 @@ markdown:
Note that it takes time for native packages to be updated so you may not get
the latest released version.
### Homebrew
On OS X asciinema is available in Homebrew:
brew update
brew install asciinema
### Arch Linux
Arch Linux users can install the

Loading…
Cancel
Save