From c1a1e712405d3ff7421d6cc9a178a929e9f8823f Mon Sep 17 00:00:00 2001 From: Ninosaurier Date: Sun, 2 Aug 2026 01:00:25 +0200 Subject: [PATCH] docs(readme): update readme content --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc04e8c..a782107 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,15 @@ luna-charts/ ### Installation ```bash -git clone +git clone https://github.com/Ninosaurier/LUNA-Charts.git +cd luna-charts +pnpm install +``` + +or + +```bash +git clone https://git.byting-pandas.ninja/Ninosaurier/LUNA-Charts.git cd luna-charts pnpm install ```