From 5bf2f382486ac6103eae637c23a73878368edf22 Mon Sep 17 00:00:00 2001 From: Craig Everett Date: Mon, 20 Jan 2020 23:40:26 +0900 Subject: [PATCH] Reorder --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 97c31d9..47d8f9d 100644 --- a/README.md +++ b/README.md @@ -22,17 +22,17 @@ Read the [docs](http://zxq9.com/projects/zomp/) for more. # Installation -## Detailed information -For installation information see the [installation page](https://zxq9.com/projects/zomp/qs.install.en.html). - -## TL;DR +## TL;DR installation ### Linux/BSD/OSX/*nix: 1. Have an Erlang runtime installed. 2. Do `wget -q https://zxq9.com/projects/zomp/get_zx && bash get_zx` -*NOTE: To roll a unix installation bundle from this repo run the `packup` script. -It will generate `zx-[version].tar.xz` (Linux) and `zx-[version].tar.gz` (OSX, BSD, etc.) bundles.* - ### Windows: Download the Windows installer from the [download page](https://zxq9.com/projects/zomp/download.en.html). + +## Detailed information +For installation information see the [installation page](https://zxq9.com/projects/zomp/qs.install.en.html). + +*NOTE: To roll a unix installation bundle from this repo run the `packup` script. +It will generate `zx-[version].tar.xz` (Linux) and `zx-[version].tar.gz` (OSX, BSD, etc.) bundles.*