From bbe3bfb0212499f4940aee3c5ac152ea6ab59661 Mon Sep 17 00:00:00 2001 From: trivernis Date: Tue, 7 Dec 2021 20:53:50 +0100 Subject: [PATCH] Add icon to readme Signed-off-by: trivernis --- mediarepo-ui/README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/mediarepo-ui/README.md b/mediarepo-ui/README.md index b66efa2..b2fab15 100644 --- a/mediarepo-ui/README.md +++ b/mediarepo-ui/README.md @@ -1,24 +1,31 @@

mediarepo-ui

+

+ +

This repository is a work in progress

- - - -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