You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,15 @@ astrbot
83
83
84
84
> Requires [uv](https://docs.astral.sh/uv/) to be installed.
85
85
86
+
> [!NOTE]
87
+
> For macOS user: due to macOS security checks, the first run of the `astrbot` command may take longer (about 10-20s).
88
+
89
+
Update `astrbot`:
90
+
91
+
```bash
92
+
uv tool upgrade astrbot
93
+
```
94
+
86
95
### Docker Deployment
87
96
88
97
For users familiar with containers and looking for a more stable, production-ready deployment method, we recommend deploying AstrBot with Docker / Docker Compose.
Copy file name to clipboardExpand all lines: README_fr.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,15 @@ astrbot
83
83
84
84
> [uv](https://docs.astral.sh/uv/) doit être installé.
85
85
86
+
> [!NOTE]
87
+
> Pour les utilisateurs macOS : en raison des vérifications de sécurité de macOS, la première exécution de la commande `astrbot` peut prendre plus de temps (environ 10-20s).
88
+
89
+
Mettre à jour `astrbot` :
90
+
91
+
```bash
92
+
uv tool upgrade astrbot
93
+
```
94
+
86
95
### Déploiement Docker
87
96
88
97
Pour les utilisateurs familiers avec les conteneurs et qui souhaitent une méthode plus stable et adaptée à la production, nous recommandons de déployer AstrBot avec Docker / Docker Compose.
Copy file name to clipboardExpand all lines: README_ru.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,15 @@ astrbot
83
83
84
84
> Требуется установленный [uv](https://docs.astral.sh/uv/).
85
85
86
+
> [!NOTE]
87
+
> Для пользователей macOS: из-за проверок безопасности macOS первый запуск команды `astrbot` может занять больше времени (около 10-20 секунд).
88
+
89
+
Обновить `astrbot`:
90
+
91
+
```bash
92
+
uv tool upgrade astrbot
93
+
```
94
+
86
95
### Развёртывание Docker
87
96
88
97
Для пользователей, знакомых с контейнерами и которым нужен более стабильный и подходящий для production способ, мы рекомендуем разворачивать AstrBot через Docker / Docker Compose.
0 commit comments