Add icon to readme

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/4/head
trivernis 3 years ago
parent baa02529a1
commit bbe3bfb021

@ -1,24 +1,31 @@
<h1 align="center"> <h1 align="center">
mediarepo-ui mediarepo-ui
</h1> </h1>
<p align="center">
<img src="https://github.com/Trivernis/mediarepo-ui/raw/main/src-tauri/icons/64x64.png"/>
</p>
<h3 align="center" style="color:red">This repository is a work in progress</h3> <h3 align="center" style="color:red">This repository is a work in progress</h3>
- - - - - -
This repository contains a frontend client to connect to the [mediarepo-daemon](https://github.com/Trivernis/mediarepo-daemon). This repository contains a frontend client to connect to
It is written in tauri (yay). the [mediarepo-daemon](https://github.com/Trivernis/mediarepo-daemon). It is written in tauri (yay).
## Usage ## Usage
Refer to [the tauri documentation](https://tauri.studio/en/docs/getting-started) for information about setting up your environment to build this project. Refer to [the tauri documentation](https://tauri.studio/en/docs/getting-started) for information about setting up your
With the `cargo-tauri` tooling installed you can run environment to build this project. With the `cargo-tauri` tooling installed you can run
``` ```
cargo tauri dev cargo tauri dev
``` ```
to start the application in development mode or
to start the application in development mode or
``` ```
cargo tauri build cargo tauri build
``` ```
to bundle the application. to bundle the application.
## License ## License

Loading…
Cancel
Save