From 50e9410d834229e1ae9fcbdef9d58c8373cc6f73 Mon Sep 17 00:00:00 2001 From: Owen Yamauchi Date: Thu, 16 Mar 2023 18:11:52 -0400 Subject: [PATCH] Don't hide install options behind link - First, show only the instructions specific to the detected platform. - Then, always display the cargo, npm, and yarn install options below. - Add a note to the unix instructions to say you can use the alternative options if you don't like piping `curl` into `sh`. Fixes #355 --- docs/_installer/index.html | 90 +++++++++++------------------------- docs/_installer/wasm-pack.js | 18 +------- docs/public/custom.css | 11 ++--- 3 files changed, 33 insertions(+), 86 deletions(-) diff --git a/docs/_installer/index.html b/docs/_installer/index.html index 28e0d27..db6cd46 100644 --- a/docs/_installer/index.html +++ b/docs/_installer/index.html @@ -5,10 +5,6 @@