Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.12 KB

INSTALLATION.md

File metadata and controls

54 lines (34 loc) · 1.12 KB

Installing Snoop :

MacOS :

Download the Binary from the Release OR Use Homebrew to install it.

brew tap deepraj02/taps

then

brew install snoop

OR

brew install deepraj02/taps/snoop

Windows :

Note: Working on to distribute the package with Chocolatey in the coming week.

As for now you can install the zip file for Windows from the release page.

Steps :

  • Install the zip for the Release page.

  • Unzip and move the snoop.exe file to C:\Users\<UserName>\AppData\Local\Programs\Snoop\bin.

    (you may need to create the snoop/bin directory)

  • Now add the path to your System Variable.

Snoop should work fine now.

Linux :

Steps :

  • Install the tar.gz for the Release page.
  • Unzip the file and set the path in your ~/.bashrc file.

Note: If you want to change it permanently add export

PATH=$PATH:</path/to/file>

to your ~/.bashrc file (just at the end is fine).