From 25dd624f24c300f0c71b13f4f1476cd72c435afd Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Wed, 26 Dec 2018 19:08:17 +0100 Subject: Add instructions to download pre-built binary --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0db4585..97d9eb8 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,15 @@ This is a scala-native project. The binary can be built by running `sbt nativeLink`. Version information is derived from git, with initial "v" dropped (e.g. the tag v1.2.3 represents version 1.2.3). +### Download +If you are on Linux on an x86_64 platform, a pre-built binary can be +obtained from the GitHub releases page, or with the following +commands: + +``` +wget https://github.com/jodersky/codename/releases/download/v0.1.0/codename_linux_amd64.xz -O - | unxz - > codename && chmod +x ./codename +``` + ## Examples - `codename "A a n"`: -- cgit v1.2.3