From b82a5cb28435a999be44d2d99c9c27ef58a8172a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 20 Jun 2026 13:49:49 +0200 Subject: [PATCH] docs: add Deno to install instructions --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 88621d34..9b7aebdf 100644 --- a/readme.md +++ b/readme.md @@ -61,6 +61,10 @@ It's just a tiny package with no dependencies. npm install ky ``` +```sh +deno install ky +``` + > [!NOTE] > This readme is for the next version of Ky. For the current version, [click here](https://www.npmjs.com/package/ky).