2 Commits

2 changed files with 13 additions and 4 deletions
+12 -3
View File
@@ -13,12 +13,12 @@
## شروع سریع ## شروع سریع
```powershell ```powershell
# ۱. کلون # ۱. کلون (یا اگر این repo است: مستقیم از همینجا کار کن)
git clone https://git.darkreader.ir/arash/audio-voice-converter.git git clone https://git.darkreader.ir/arash/audio-voice-converter.git
cd audio-voice-converter cd audio-voice-converter
# ۲. مسیر source را تنظیم کن # ۲. مسیر source را تنظیم کن (پوشه‌ای که extensionهای Chrome نصب‌شده توشن)
$env:AUDIO_SOURCE_ROOT = "مسیر پوشه‌ای که extensionها توشن" $env:AUDIO_SOURCE_ROOT = "D:\projects\google_meet_captions"
# ۳. sync + push # ۳. sync + push
.\deploy\scripts\sync.ps1 .\deploy\scripts\sync.ps1
@@ -27,6 +27,15 @@ $env:AUDIO_SOURCE_ROOT = "مسیر پوشه‌ای که extensionها توشن"
راهنمای کامل‌تر در [`deploy/README.md`](deploy/README.md). راهنمای کامل‌تر در [`deploy/README.md`](deploy/README.md).
## منابع
| آیتم | مسیر / آدرس |
|------|-------------|
| Gitea repo | `https://git.darkreader.ir/arash/audio-voice-converter` |
| سرور | `arash@194.180.11.201` |
| source extensions (روی این لپ‌تاپ) | `D:\projects\google_meet_captions\` |
| action doc | `_local/actions_list/08_general_local/action_103_audio_voice_converter_extension.md` |
## نصب extension در Chrome ## نصب extension در Chrome
1. Chrome → `chrome://extensions` → Developer mode را روشن کن 1. Chrome → `chrome://extensions` → Developer mode را روشن کن
+1 -1
View File
@@ -23,7 +23,7 @@ cd audio-voice-converter
```powershell ```powershell
# مسیر پوشه‌ای که extensionهای source توشن # مسیر پوشه‌ای که extensionهای source توشن
$env:AUDIO_SOURCE_ROOT = "مسیر پوشه source" $env:AUDIO_SOURCE_ROOT = "D:\projects\google_meet_captions"
# sync فایل‌ها از source # sync فایل‌ها از source
.\deploy\scripts\sync.ps1 .\deploy\scripts\sync.ps1