chore(release): prepare v0.1.0 release for main #16

Merged
Ninosaurier merged 90 commits from dev into main 2026-08-05 15:57:47 +00:00
Showing only changes of commit c1a1e71240 - Show all commits
+9 -1
View File
@@ -64,7 +64,15 @@ luna-charts/
### Installation ### Installation
```bash ```bash
git clone <this-repository> 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 cd luna-charts
pnpm install pnpm install
``` ```