Skip to content

Commit

Permalink
Add docs on progress indicator
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
  • Loading branch information
SUPERCILEX committed Jul 14, 2024
1 parent 6ee7e27 commit 95a2678
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cpz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ $ cargo install cpz
> To install cargo, follow
> [these instructions](https://doc.rust-lang.org/cargo/getting-started/installation.html).
### Build with a progress indicator

By default, no progress is shown to maximize performance—if a visual indicator of activity is
preferred, the binary can be installed with the progress feature.

```console,ignore
$ cargo install cpz --features progress
```

## Usage

Background: https://github.com/SUPERCILEX/fuc/blob/master/README.md
Expand Down
9 changes: 9 additions & 0 deletions rmz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ $ cargo install rmz
> To install cargo, follow
> [these instructions](https://doc.rust-lang.org/cargo/getting-started/installation.html).
### Build with a progress indicator

By default, no progress is shown to maximize performance—if a visual indicator of activity is
preferred, the binary can be installed with the progress feature.

```console,ignore
$ cargo install rmz --features progress
```

## Usage

Background: https://github.com/SUPERCILEX/fuc/blob/master/README.md
Expand Down

0 comments on commit 95a2678

Please sign in to comment.