From 94cb782d932aa9ca083e76da4cacbae8a6b321f7 Mon Sep 17 00:00:00 2001 From: Nick Furfaro Date: Mon, 22 Jan 2024 15:02:11 -0700 Subject: [PATCH] fixup --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 2c685f5..952888b 100644 --- a/README.md +++ b/README.md @@ -129,9 +129,3 @@ Hunter ignores the following directories by default: `./temp`, `./target`, `./test`, `./lib`, `./script` If you want to test source files in any of these directories, simply cd into the directory and run the `hunter scan` command from there. - -## Extending Hunter to support other languages - -It should be relatively straightforward to add support for a new language to Hunter. -The primary place you'll need to make modifications is in `src/config.rs`. Search for the `@extendable` tag in the comments to see where you'll need to make changes. -The Rust compiler should guide you to any other places you need to modify.