diff --git a/README.md b/README.md index 6d6e652..ea5ee72 100644 --- a/README.md +++ b/README.md @@ -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/ ``` \ No newline at end of file