unwp/README.md

17 lines
693 B
Markdown
Raw Normal View History

2023-03-28 11:10:46 +02:00
# ru
2023-03-28 10:54:19 +02:00
2023-03-28 11:10:46 +02:00
С помощью этой программы вы можете подгружать и автоматически менять обои с сайта unsplash.com. Чтобы скомпилировать и установить эту программу, достаточно ввести в терминал следущие команды:
```shell
2023-04-17 17:31:12 +02:00
git clone https://gitea.it/KhomyaK_HTF/unwp
cd unwp
./install.sh
2023-03-28 11:10:46 +02:00
```
# 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
2023-04-17 17:31:12 +02:00
git clone https://gitea.it/KhomyaK_HTF/unwp
cd unwp
./install.sh
```