Skip to content

Commit

Permalink
update README to show current output
Browse files Browse the repository at this point in the history
  • Loading branch information
evmar committed Jan 8, 2024
1 parent 738e564 commit 9f8d939
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ While building, n2 displays build progress like this:

```
[=========================--------- ] 2772/4459 done, 8/930 running
2s Building foo/bar
0s Building foo/baz
Building foo/bar (2s)
Building foo/baz
```

The progress bar always covers all build steps needed for the targets,
Expand All @@ -63,8 +63,8 @@ The bar shows three categories of state:
dependent steps.

The lines below the progress bar show some build steps that are currrently
running, along with how long they've been running. Their text is controlled by
the input `build.ninja` file.
running, along with how long they've been running if it has been a while. Their
text is controlled by the input `build.ninja` file.

## More reading

Expand Down

0 comments on commit 9f8d939

Please sign in to comment.