Skip to content

Commit df66d5a

Browse files
authored
Merge pull request #252 from yousefmoazzam/update-readme-dev-steps
Update order of steps in dev setup in README
2 parents bf1b271 + b66add5 commit df66d5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Run `cargo run` with the desired arguments. If the aggregator is run, database m
3131

3232
#### Running aggregation/sinking/viewing results
3333

34-
1. Run data lake sink: `cargo run -- -l`
35-
2. Run the aggregator, with a test current epoch value (usually the current epoch is fetched from the randomness server directly): `cargo run -- -a --test-epoch 1`
34+
1. Run the aggregator, with a test current epoch value (usually the current epoch is fetched from the randomness server directly): `cargo run -- -a --test-epoch 1`
35+
2. Run data lake sink: `cargo run -- -l`
3636
3. Use [awscli-local](https://github.com/localstack/awscli-local) to list and copy the jsonl files from the `p3a-star-recovered` bucket.
3737

3838
#### Outputting measurements to stdout

0 commit comments

Comments
 (0)