From 66e010dd26404f399c6b616810d44dabbd6fc5fd Mon Sep 17 00:00:00 2001 From: Nick Carton Date: Mon, 18 Nov 2024 10:49:37 +0100 Subject: [PATCH] Add a windows installer --- README.md | 10 +++++++++- install.ps1 | 0 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 install.ps1 diff --git a/README.md b/README.md index 88824d0..49c5ec0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ 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: @@ -19,6 +19,14 @@ You can install bping directly using this command: 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 --- diff --git a/install.ps1 b/install.ps1 new file mode 100644 index 0000000..e69de29