diff --git a/docs/Informations/detect-dependency-cycles.md b/docs/Informations/detect-dependency-cycles.md index 96856f7..e2c0559 100644 --- a/docs/Informations/detect-dependency-cycles.md +++ b/docs/Informations/detect-dependency-cycles.md @@ -5,8 +5,8 @@ You can use following package and command to detect dependency cycles in code. https://www.npmjs.com/package/madge ### text export -npx madge --extensions js,ts --circular . +- npx madge --extensions js,ts --circular . -### image export -apt-get install graphviz -npx madge --extensions js,ts --circular --image graph.svg . +### image export (Ubuntu/Wsl) +- apt-get install graphviz +- npx madge --extensions js,ts --circular --image graph.svg .