Installation
Quick Start
Start using surveilr
by following the quick guide below:
-
MacOS & Linux
Install in desired path by running any of the following commands:
-
Run verification steps here.
Installation guide
Get the latest surveilr
by following these steps to complete the installation:
-
Visit our GitHub Releases page:
- Navigate to our GitHub Releases page to download the latest version of
surveilr
that’s compatible with your operating system.
- Navigate to our GitHub Releases page to download the latest version of
-
Download the appropriate version:
- Select and download the version that matches your operating system (Windows, macOS, or Linux).
-
Extract the executable file from the downloaded archive:
-
Windows:
- Extract the downloaded zip file
- Copy the executable ( ends with
.exe
) file from the extracted zip folder and move to your desired path or directory - Open your terminal and change directory (cd) to where the extracted file was moved
-
macOS and Linux:
- Follow the instructions in quick start
-
-
Run verification steps here.
Alternative Installation for Linux Using Eget
-
Before you can get anything, you have to get Eget:
-
Now install
surveilr
usingeget
: -
Run verification steps here.
Verify installation
Run the following command to verify that surveilr
is installed correctly:
Checkout more commands in the reference section
Upgrading surveilr
The following commands shows how to upgrade surveilr
on your:
When using the command above, you will be prompted to confirm the upgrade by typing yes
. However, if you are running the upgrade in a bash script, you won’t be able to provide this confirmation interactively. To address this, we have provided the --yes
or --y
flag, which automatically skips the confirmation step. Here is how to use it: