Skip to content

Commit

Permalink
homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Dec 14, 2022
1 parent be24904 commit a2cbd24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/dbg-swc/src/es/minifier/reduce.rs
Expand Up @@ -21,7 +21,9 @@ use crate::{
/// Reduce input files to minimal reproduction cases
///
/// This command requires `creduce` and `terser` in PATH.
/// See https://embed.cs.utah.edu/creduce/ for more information.
///
/// For `creduce`, see https://embed.cs.utah.edu/creduce/ for more information.
/// If you are using homebrew, install it with `brew install creduce`.
///
/// For `terser`, this command uses `npx terser` to invoke `terser` for
/// comparison.
Expand Down

0 comments on commit a2cbd24

Please sign in to comment.