From f1c62af7748dc98fc4a10919a3e06d96e949c468 Mon Sep 17 00:00:00 2001 From: Lisa Date: Wed, 12 Mar 2025 21:38:54 +0100 Subject: [PATCH] V1 release --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) 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