Skip to content

Commit

Permalink
docs: better description
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuhito committed Feb 17, 2023
1 parent d3fd652 commit f26ef05
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,26 @@ chocolateys:
summary: A global network of probes to run network tests like ping, traceroute and DNS resolve.
# Supports markdown.
description: |
{{ .ProjectName }} installer package.
A global network of probes to run network tests like ping, traceroute and DNS resolve.
# Globalping CLI
- The official command-line interface for the [Globalping](https://github.com/jsdelivr/globalping) network.
- Run networking commands from any location in the world
- Supported commands: ping, mtr, traceroute, dns resolve, HTTP
- Real-time results right in your command line
- Human friendly format and output
- Cross-platform. Linux, MacOS, Windows are all supported
- Auto-updates via RPM/DEB/Chocolatey repos
- [Check our website for online tools, our Slack app and more!](https://www.jsdelivr.com/globalping)
## Getting Started with Globalping CLI
Once the Globalping CLI is installed, you can verify that it is working by running:
```bash
globalping --help
```
tags: "globalping ping traceroute dns mtr http network"

Expand Down

0 comments on commit f26ef05

Please sign in to comment.