From dc5683aeded8a2eace8c1bd64b53894ab3827822 Mon Sep 17 00:00:00 2001 From: Hexagon Date: Sun, 5 May 2024 21:14:09 +0200 Subject: [PATCH] Fix docs --- README.md | 6 ++++-- mydatabase/.data | 0 mydatabase/.idx | 0 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 mydatabase/.data create mode 100644 mydatabase/.idx diff --git a/README.md b/README.md index 25ed4cb..36e42eb 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,14 @@ comprehensive overview of your `cross/kv` project. ### **Installation** +Full installation instructions available at + ```bash # Using npm -npm install cross/kv +npx jsr i @cross/kv # Using Deno -deno install --unstable -A https://deno.land/x/cross/kv@/mod.ts +deno add @cross/kv ``` Replace `` with the desired version of the package. diff --git a/mydatabase/.data b/mydatabase/.data new file mode 100644 index 0000000..e69de29 diff --git a/mydatabase/.idx b/mydatabase/.idx new file mode 100644 index 0000000..e69de29