Skip to content

Commit dde0364

Browse files
Merge branch 'main' into avery/alt-subgraph-dev
2 parents c2c8bda + 147874c commit dde0364

File tree

9 files changed

+80
-138
lines changed

9 files changed

+80
-138
lines changed

CONTRIBUTING.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@ cargo build --target <TARGET>
3232

3333
To build and run the CLI with a set of arguments:
3434
```bash
35-
cargo run -- <args>
35+
cargo rover <args>
3636
```
3737

3838
For example, to build and run `rover supergraph compose`:
3939

4040
```bash
41-
cargo run -- supergraph compose --config config.yaml
41+
cargo rover supergraph compose --config config.yaml
4242
```
4343

4444
You can also install Rover to your local PATH from source with cargo by first
4545
cloning this repository, and then running:
4646
```bash
47-
cargo run -- install
47+
cargo rover install
4848
```
4949

5050
To run tests:
@@ -155,7 +155,8 @@ Contributors can disagree with one another so long as they trust that those
155155
disagreements are in good faith and everyone is working towards a common goal.
156156

157157
## Bad actors
158-
All contributors to tacitly agree to abide by both the letter and spirit of the
158+
159+
All contributors tacitly agree to abide by both the letter and spirit of the
159160
[Code of Conduct]. Failure, or unwillingness, to do so will result in
160161
contributions being respectfully declined.
161162

0 commit comments

Comments
 (0)