Add icon to readme

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

@ -1,24 +1,31 @@
<h1 align="center">
mediarepo-ui
</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>
- - -
This repository contains a frontend client to connect to the [mediarepo-daemon](https://github.com/Trivernis/mediarepo-daemon).
It is written in tauri (yay).
This repository contains a frontend client to connect to
the [mediarepo-daemon](https://github.com/Trivernis/mediarepo-daemon). It is written in tauri (yay).
## Usage
Refer to [the tauri documentation](https://tauri.studio/en/docs/getting-started) for information about setting up your environment to build this project.
With the `cargo-tauri` tooling installed you can run
Refer to [the tauri documentation](https://tauri.studio/en/docs/getting-started) for information about setting up your
environment to build this project. With the `cargo-tauri` tooling installed you can run
```
cargo tauri dev
```
to start the application in development mode or
to start the application in development mode or
```
cargo tauri build
```
to bundle the application.
## License

Loading…
Cancel
Save