diff --git a/cpz/README.md b/cpz/README.md index d8c6ba9..4b1e551 100644 --- a/cpz/README.md +++ b/cpz/README.md @@ -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 diff --git a/rmz/README.md b/rmz/README.md index 927ede6..0167fbc 100644 --- a/rmz/README.md +++ b/rmz/README.md @@ -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