Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d8fc249661 | |||
| 92c5ff83f8 | |||
| 63828be7cb |
@@ -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
@@ -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
|
||||||
|
|||||||
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user