Skip to content

Commit

Permalink
Scoop auto-complete
Browse files Browse the repository at this point in the history
  • Loading branch information
omer-shtivi committed Jan 28, 2024
1 parent a196ccf commit e3b1a36
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 += <SCOOP APP PATH>\satori_cli\current; Import-Module <SCOOP APP PATH>\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.
Expand Down

0 comments on commit e3b1a36

Please sign in to comment.