From dafead339d2b9adfd3b059c5cd3895ad0ed9299e Mon Sep 17 00:00:00 2001 From: Tom Carrio Date: Mon, 22 Aug 2022 09:08:20 -0400 Subject: [PATCH] docs: remove note on unsupported Alpine command Previously the README called out the lack of support for the supergraph command in Rover for Alpine (due to the musl libs) Based on the mentioned issue[0] and merged PR[1] explaining the support for Alpine Linux and the introduction of a musl build matrix entry, it appears this is now supported. 0: https://github.com/apollographql/rover/issues/537 1: https://github.com/apollographql/rover/pull/538 --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index c731861b0..2f76c3495 100644 --- a/README.md +++ b/README.md @@ -165,8 +165,6 @@ curl -sSL https://rover.apollo.dev/nix/v0.6.0 | 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 supergraph compose` is currently not available for Alpine Linux. You may track the progress for supporting this command on Alpine in [this issue](https://github.com/apollographql/rover/issues/537). - #### Windows PowerShell installer ```bash @@ -216,4 +214,4 @@ See [this page](https://go.apollo.dev/r/contributing) for info about contributin ## Licensing -Source code in this repository is covered by (i) an MIT compatible license or (ii) the Elastic License 2.0, in each case, as designated by a licensing file within a subdirectory or file header. The default throughout the repository is an MIT compatible license, unless a file header or a licensing file in a subdirectory specifies another license. \ No newline at end of file +Source code in this repository is covered by (i) an MIT compatible license or (ii) the Elastic License 2.0, in each case, as designated by a licensing file within a subdirectory or file header. The default throughout the repository is an MIT compatible license, unless a file header or a licensing file in a subdirectory specifies another license.