Изменил(а) на 'README.md'
This commit is contained in:
parent
324f586d40
commit
cbbbbfb868
10
README.md
10
README.md
|
@ -1,17 +1,19 @@
|
||||||
# ru
|
# RU
|
||||||
|
|
||||||
С помощью этой программы вы можете подгружать и автоматически менять обои с сайта unsplash.com. Чтобы скомпилировать и установить эту программу, достаточно ввести в терминал следущие команды:
|
С помощью этой программы вы можете подгружать и автоматически менять обои с сайта unsplash.com. Чтобы скомпилировать и установить эту программу, достаточно ввести в терминал следущие команды:
|
||||||
```shell
|
```shell
|
||||||
git clone https://gitea.it/KhomyaK_HTF/unwp
|
git clone https://gitea.it/KhomyaK_HTF/unwp
|
||||||
cd 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:
|
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
|
```shell
|
||||||
git clone https://gitea.it/KhomyaK_HTF/unwp
|
git clone https://gitea.it/KhomyaK_HTF/unwp
|
||||||
cd unwp
|
cd unwp
|
||||||
./install.sh
|
cargo b --release
|
||||||
|
sudo cp target/release/unwp /usr/bin/
|
||||||
```
|
```
|
Loading…
Reference in New Issue