From f760bdc1e95cc34607b07228f487e11667f7dba0 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Thu, 29 Oct 2020 12:15:38 -0400 Subject: [PATCH] guide: add a warning for static binaries cf. https://github.com/srid/neuron/issues/430#issuecomment-718597211 --- guide/install-static.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guide/install-static.md b/guide/install-static.md index 61c0974cf..6cf285432 100644 --- a/guide/install-static.md +++ b/guide/install-static.md @@ -1,5 +1,9 @@ # Static binary +:::{.ui .warning .message} +**Note**: Some users have [reported problems](https://github.com/srid/neuron/issues/430#issuecomment-718597211) with the static binary; if you notice the same, just install using Nix. +::: + Linux and Windows (WSL2) users can get the static binary [here][staticbin]. If you choose to use the static binary instead of installing through Nix (see [[install]]), note the following: - You will have to *manually* install the runtime dependencies such as `fzf`, `bat`, `envsubst`, etc. yourself.