Skip to content

Commit

Permalink
Add a windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Firaenix committed Nov 18, 2024
1 parent 99d99ed commit 66e010d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,22 @@

With your API key in hand, you'll be ready to ping from anywhere in the world!

## Installation
## Linux/MacOS Installation

You can install bping directly using this command:

```bash
curl -fsSL https://raw.githubusercontent.com/BitpingApp/bping/master/install.sh | bash
```

## Windows Installation

You can install bping on Windows by running this command in PowerShell:

```powershell
irm https://raw.githubusercontent.com/BitpingApp/bping/master/install.ps1 | iex
```

### Help Documentation

---
Expand Down
Empty file added install.ps1
Empty file.

0 comments on commit 66e010d

Please sign in to comment.