Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sanfootball authored Apr 29, 2024
1 parent 48d2990 commit d3a03b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# taski-docker

### Домен: https://tplanner.ddns.net/
### Домен: https://mytaskiproject.ddns.net/

## Оглавление:
- [Стек технологий.](#Стек-технологий)
Expand Down Expand Up @@ -39,12 +39,12 @@
1. Скачать docker на сервер, если его нет. Инструкции: https://docs.docker.com/get-docker/

2. Клонировать репозиторий с проектом на свой компьютер:
```git clone git@github.com:gaifut/taski-docker.git```
```git clone git@github.com:sanfootball/taski.git```

3. Установить и активировать виртуальное окружение:
```
python3.9 -m venv venv
. venv/bin/activate
python -m venv venv
. venv/Scripts/activate
```
В виртуальном окружении установить зависимости:
```
Expand Down

0 comments on commit d3a03b2

Please sign in to comment.