From 749f5813ed124cd125274d6c6e15f392b0e728c0 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Wed, 13 Jul 2016 13:24:05 +0200 Subject: [PATCH] Sort installation snippets by OS name alphabetically --- app/views/docs/installation.html.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/app/views/docs/installation.html.md b/app/views/docs/installation.html.md index 50d034b..380cd00 100644 --- a/app/views/docs/installation.html.md +++ b/app/views/docs/installation.html.md @@ -11,20 +11,6 @@ be installed with pip (Python 3 required): ## Native packages -### OS X - -Homebrew: - -<%= render 'install_homebrew' %> - -MacPorts: - - sudo port selfupdate && sudo port install asciinema - -Nix: - - nix-env -i go1.4-asciinema - ### Arch Linux yaourt -S asciinema @@ -61,6 +47,20 @@ Packages: nix-env -i go1.4-asciinema +### OS X + +Homebrew: + +<%= render 'install_homebrew' %> + +MacPorts: + + sudo port selfupdate && sudo port install asciinema + +Nix: + + nix-env -i go1.4-asciinema + ### Ubuntu sudo apt-add-repository ppa:zanchey/asciinema