From 3db80f106736859261712eb8f60deeb8af1ccfc8 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Mon, 24 Jun 2019 13:07:00 -0700 Subject: [PATCH] Updated Linux (markdown) --- Linux.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/Linux.md b/Linux.md index 26dd051..9185a07 100644 --- a/Linux.md +++ b/Linux.md @@ -1,9 +1,14 @@ # Installing on Linux -Installing Statping on Linux is a 1 line command. It's that easy. -``` -bash <(curl -s https://assets.statup.io/install.sh) -statping version -``` +Installing Statping on Linux can be done by downloading the latest tar.gz file, unzipping, and running the executable. You can also install using Snapcraft for Ubuntu systems. + +1. Download the [Latest Version](https://github.com/hunterlong/statping/releases/latest) tar.gz file based on your architecture. + +2. Unzip the tar.gz file with command: `tar -xzf statping-linux-x64.tar.gz` (use the file name you downloaded) + +3. Run `./statping` or you can move the executable file to the system with command: `mv statping /usr/local/bin/statping`. + +## Install using Snapcraft + [![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-white.svg)](https://snapcraft.io/statping) If you are using [snap](https://snapcraft.io/statping), you can simply run this command to install Statping.