mirror of https://github.com/statping/statping
Updated Linux (markdown)
parent
3db80f1067
commit
00c2fcef80
4
Linux.md
4
Linux.md
|
@ -1,11 +1,11 @@
|
|||
# Installing on Linux
|
||||
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.
|
||||
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](https://snapcraft.io/) 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`.
|
||||
3. Enter the new directory and run `./statping` or you can move the executable file to the system with command: `mv statping /usr/local/bin/statping`.
|
||||
|
||||
## Install using Snapcraft
|
||||
|
||||
|
|
Loading…
Reference in New Issue