aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-12-26 19:08:17 +0100
committerJakob Odersky <jakob@odersky.com>2018-12-26 19:08:17 +0100
commit25dd624f24c300f0c71b13f4f1476cd72c435afd (patch)
tree16f230c85370762fbc4ef039e861b225bebf6301
parent26d508647f3f37e371c12ce6e6e34c60bce19635 (diff)
downloadcodename-25dd624f24c300f0c71b13f4f1476cd72c435afd.tar.gz
codename-25dd624f24c300f0c71b13f4f1476cd72c435afd.tar.bz2
codename-25dd624f24c300f0c71b13f4f1476cd72c435afd.zip
Add instructions to download pre-built binary
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
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"`: