From 8284c0c9eb7e105a46f873cd838973491f5bf2ab Mon Sep 17 00:00:00 2001 From: sundowndev Date: Sat, 5 Nov 2022 16:02:16 +0400 Subject: [PATCH] docs: plugins usage --- docs/getting-started/scanners.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/getting-started/scanners.md b/docs/getting-started/scanners.md index 431aaa9dd..d7a3829f0 100644 --- a/docs/getting-started/scanners.md +++ b/docs/getting-started/scanners.md @@ -28,9 +28,7 @@ $ phoneinfoga scan -n +4176418xxxx --plugin ./custom_scanner.so ``` !!! info - Plugins are written with the [Go programming language](https://golang.org/). - - For now, plugins are only supported through the CLI. To get started, [see this example plugin](https://github.com/sundowndev/phoneinfoga/tree/master/examples/plugin). + Plugins are written with the [Go programming language](https://golang.org/). To get started, [see this example plugin](https://github.com/sundowndev/phoneinfoga/tree/master/examples/plugin). ## Local