Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
helabenkhalfallah authored May 26, 2024
1 parent 30750cc commit f1a5ca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,12 @@ Contributions are welcome! Please read the contributing guidelines before gettin
npm install
```

3. Run the analysis on your codebase:
3. To locally test the analysis you can run:
```
npm run scan --srcDir "../../my-path" --outputDir "../../my-output-path" --outputFile "OutputFileName" --format "json or html"
```
```
npxscan --srcDir "../../my-path" --outputDir "../../my-output-path" --outputFile "OutputFileName" --format "json or html"
npx scan --srcDir "../../my-path" --outputDir "../../my-output-path" --outputFile "OutputFileName" --format "json or html"
```

## License
Expand Down

0 comments on commit f1a5ca6

Please sign in to comment.