Изменил(а) на 'README.md'

This commit is contained in:
KhomyaK_HTF 2023-07-03 20:47:48 +02:00
parent 324f586d40
commit cbbbbfb868
1 changed files with 6 additions and 4 deletions

View File

@ -1,17 +1,19 @@
# ru
# RU
С помощью этой программы вы можете подгружать и автоматически менять обои с сайта unsplash.com. Чтобы скомпилировать и установить эту программу, достаточно ввести в терминал следущие команды:
```shell
git clone https://gitea.it/KhomyaK_HTF/unwp
cd unwp
./install.sh
cargo b --release
sudo cp target/release/unwp /usr/bin/
```
# en
# EN
With this program you can download and automatically change the wallpaper from unsplash.com. To compile and install this program, just type the following commands into the terminal:
```shell
git clone https://gitea.it/KhomyaK_HTF/unwp
cd unwp
./install.sh
cargo b --release
sudo cp target/release/unwp /usr/bin/
```