From 00a33966dca9a3904879b6d21fc089a3ac932ffb Mon Sep 17 00:00:00 2001 From: gonzalo- Date: Thu, 27 Oct 2022 12:03:39 +0200 Subject: [PATCH] Update README.md add OpenBSD to the list --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 20671aa8b..75e5406d4 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,13 @@ Stripe CLI is available on macOS via [Homebrew](https://brew.sh/): brew install stripe/stripe-cli/stripe ``` +### OpenBSD +Stripe CLI is available on OpenBSD via ports: + +```sh +$ doas pkg_add stripe-cli +``` + ### Linux Refer to the [installation instructions](https://stripe.com/docs/stripe-cli#install) for available Linux installation options.