Skip to content

Commit

Permalink
docs: update installation page for curl and alpine (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrlna authored May 11, 2021
1 parent ec56764 commit 182240c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions docs/source/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 182240c

Please sign in to comment.