From e3b1a36a39ced6709383f5183e891ad82959193f Mon Sep 17 00:00:00 2001 From: Omer Shtivi Date: Sun, 28 Jan 2024 11:27:50 +0200 Subject: [PATCH] Scoop auto-complete --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c7cdc8a..8e10390 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,12 @@ scoop bucket add satori https://www.github.com/satoricyber/satori-cli scoop install satori/satori_cli ``` +**Enable auto0complete** +Add the following line to you powershell profile (e.g., `~\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1`): +```powershell +$env:Path += \satori_cli\current; Import-Module \satori_cli\current +`````` + ***Download*** You can download the latest version from the [releases page](https://github.com/SatoriCyber/satori-cli/releases) Download the windows exe file and place it in a folder that is in your PATH.