diff --git a/README.md b/README.md index e9b8cf3..f1561f1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,22 @@ # Scanner -Node.JS based file scanner using patterns and OLLAMA (llama3.2:1b) integration for file/code analysis. \ No newline at end of file +Node.JS based file scanner using patterns and OLLAMA (llama3.2:1b) integration for file/code analysis. + +## Setup + +Install axios + +```js +npm i axios +``` + +Edit variables in code aiprompt, patterns, pathtoscan, llamaendpoint. + +Run code + +```js +node scanner.js +``` + + +COPYRIGHT CC-BY-SA-4.0, CONTACT: lisahonkay@gmail.com \ No newline at end of file