From 182240c3022bcac9549bf1e971a60279647c2670 Mon Sep 17 00:00:00 2001 From: Irina Shestak Date: Tue, 11 May 2021 14:14:15 +0200 Subject: [PATCH] docs: update installation page for curl and alpine (#528) --- README.md | 4 ++++ docs/source/getting-started.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 6baea60f8..1b4520e08 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,10 @@ To install a specific version of Rover (note the `v` prefixing the version numbe curl -sSL https://rover.apollo.dev/nix/v0.0.10 | sh ``` +You will need `curl` installed on your system to run the above installation commands. You can get the latest version from [the curl downloads page](https://curl.se/download.html). + +> Note: Rover is currently not available for Alpine Linux. You may track the progress on getting Rover on Alpine in [this issue](https://github.com/apollographql/rover/issues/375). + #### Windows PowerShell installer ```bash diff --git a/docs/source/getting-started.md b/docs/source/getting-started.md index d47da1b04..e7142f918 100644 --- a/docs/source/getting-started.md +++ b/docs/source/getting-started.md @@ -23,6 +23,10 @@ To install a specific version of Rover (note the `v` prefixing the version numbe curl -sSL https://rover.apollo.dev/nix/v0.0.10 | sh ``` +You will need `curl` installed on your system to run the above installation commands. You can get the latest version from [the curl downloads page](https://curl.se/download.html). + +> Note: Rover is currently not available for Alpine Linux. You may track the progress on getting Rover on Alpine in [this issue](https://github.com/apollographql/rover/issues/375). + ### Windows PowerShell installer ```bash