mirror of https://github.com/statping/statping
Updated Linux (markdown)
parent
4f9e89392c
commit
3db80f1067
15
Linux.md
15
Linux.md
|
@ -1,9 +1,14 @@
|
||||||
# Installing on Linux
|
# Installing on Linux
|
||||||
Installing Statping on Linux is a 1 line command. It's that easy.
|
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.
|
||||||
```
|
|
||||||
bash <(curl -s https://assets.statup.io/install.sh)
|
1. Download the [Latest Version](https://github.com/hunterlong/statping/releases/latest) tar.gz file based on your architecture.
|
||||||
statping version
|
|
||||||
```
|
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
|
||||||
|
|
||||||
[](https://snapcraft.io/statping)
|
[](https://snapcraft.io/statping)
|
||||||
|
|
||||||
If you are using [snap](https://snapcraft.io/statping), you can simply run this command to install Statping.
|
If you are using [snap](https://snapcraft.io/statping), you can simply run this command to install Statping.
|
||||||
|
|
Loading…
Reference in New Issue