Sort installation snippets by OS name alphabetically
This commit is contained in:
parent
d40d671436
commit
749f5813ed
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user