Update README.md

This commit is contained in:
Lisa 2025-03-13 19:04:47 +01:00
parent 1cd65627c6
commit ef4e2eb3e9

View File

@ -21,7 +21,7 @@ node scanner.js
If you want to quickly change path use:
```js
node index.js --pathtoscan="./your/path/goes/here"
node scanner.js --pathtoscan="./your/path/goes/here" --ignore="some,folder,to,ignore,and,not.scan"
```