diff --git a/docs/ru/clover_installation.md b/docs/ru/clover_installation.md index 36585b8..136ca96 100644 --- a/docs/ru/clover_installation.md +++ b/docs/ru/clover_installation.md @@ -80,7 +80,7 @@ sudo apt-get update Загрузите репозиторий clever-show и установите необходимые для клиента зависимости ``` git clone https://github.com/CopterExpress/clever-show.git --branch python3 -pip3 install -r /home/pi/clever-show/drone/requirements.txt --upgrade +sudo pip3 install -r /home/pi/clever-show/drone/requirements.txt --upgrade ``` Установите chrony и установите конфигурацию по умолчанию: @@ -103,4 +103,4 @@ sudo systemctl start clever-show.service sudo cp /home/pi/clever-show/builder/assets/failsafe.service /lib/systemd/system/ sudo systemctl enable failsafe.service sudo systemctl start failsafe.service -``` \ No newline at end of file +```