You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specify Rover's output type [default: plain] [possible values: json, plain]
99
99
100
100
@@ -133,7 +133,7 @@ This repo is organized as a [`cargo` workspace], containing several related proj
133
133
134
134
#### Linux and MacOS `curl | sh` installer
135
135
136
-
To install the latest release of Rover:
136
+
To install the latest release of Rover:
137
137
138
138
```bash
139
139
curl -sSL https://rover.apollo.dev/nix/latest | sh
@@ -144,7 +144,7 @@ To install a specific version of Rover (note the `v` prefixing the version numbe
144
144
> Note: If you're installing Rover in a CI environment, it's best to target a specific version rather than using the latest URL, since future major breaking changes could affect CI workflows otherwise.
145
145
146
146
```bash
147
-
curl -sSL https://rover.apollo.dev/nix/v0.1.9| sh
147
+
curl -sSL https://rover.apollo.dev/nix/v0.4.1| sh
148
148
```
149
149
150
150
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).
@@ -162,7 +162,7 @@ To install a specific version of Rover (note the `v` prefixing the version numbe
162
162
> Note: If you're installing Rover in a CI environment, it's best to target a specific version rather than using the latest URL, since future major breaking changes could affect CI workflows otherwise.
0 commit comments