Init code

This commit is contained in:
Viner Abubakirov
2026-02-18 18:08:54 +05:00
parent f2b6ef9ac5
commit 0cf412ea1e
15 changed files with 1181 additions and 0 deletions

View File

@@ -1,2 +1,13 @@
# youtube-microservice
### uv
```
curl -LsSf https://astral.sh/uv/install.sh | sh
```
### Deno
```
curl -fsSL https://deno.land/install.sh | sh
```