Update README.md
This commit is contained in:
parent
2b6c988965
commit
2e195f9762
1 changed files with 12 additions and 2 deletions
14
README.md
14
README.md
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
1. Клонировать репозиторий:
|
||||
```bash
|
||||
git clone https://github.com/your-repo/auto-build-script.git
|
||||
git clone https://github.com/AutoBuildRepo/auto-build-script.git
|
||||
cd auto-build-script
|
||||
```
|
||||
|
||||
|
|
@ -33,11 +33,16 @@ cd auto-build-script
|
|||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
3. Запуск:
|
||||
```powershell
|
||||
python app.py
|
||||
```
|
||||
|
||||
### Linux
|
||||
|
||||
1. Клонировать репозиторий:
|
||||
```bash
|
||||
git clone https://github.com/your-repo/auto-build-script.git
|
||||
git clone https://github.com/AutoBuildRepo/auto-build-script.git
|
||||
cd auto-build-script
|
||||
```
|
||||
|
||||
|
|
@ -52,6 +57,11 @@ source venv/bin/activate
|
|||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
3. Запуск:
|
||||
```powershell
|
||||
python3 app.py
|
||||
```
|
||||
|
||||
## 🔧 Настройка
|
||||
|
||||
1. Получить Personal Access Token в GitHub
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue