Skip to content

Commit

Permalink
Updated docs and embed video of release
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Mar 2, 2024
1 parent 1d1c5cb commit c4b4c54
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<p align="center">
<a href="https://godoc.org/fyne.io/fynedesk" title="GoDoc Reference" rel="nofollow"><img src="https://img.shields.io/badge/go-documentation-blue.svg?style=flat" alt="GoDoc Reference"></a>
<a href="https://github.com/fyne-io/fynedesk/releases/tag/v0.3.0" title="0.3.0 Release" rel="nofollow"><img src="https://img.shields.io/badge/version-0.3.0-blue.svg?style=flat" alt="0.3.0 release"></a>
<a href='http://gophers.slack.com/messages/fyne'><img src='https://img.shields.io/badge/join-us%20on%20slack-gray.svg?longCache=true&logo=slack&colorB=blue' alt='Join us on Slack' /></a>
<a href="https://github.com/fyshos/fynedesk/releases/tag/v0.4.0" title="0.4.0 Release" rel="nofollow"><img src="https://img.shields.io/badge/version-0.4.0-blue.svg?style=flat" alt="0.4.0 release"></a>
<a href='http://gophers.slack.com/messages/fynedesk'><img src='https://img.shields.io/badge/join-us%20on%20slack-gray.svg?longCache=true&logo=slack&colorB=blue' alt='Join us on Slack' /></a>

<br />
<a href="https://goreportcard.com/report/fyne.io/fynedesk"><img src="https://goreportcard.com/badge/fyne.io/fynedesk" alt="Code Status" /></a>
<a href="https://github.com/fyne-io/fynedesk/actions"><img src="https://github.com/fyne-io/fynedesk/workflows/Platform%20Tests/badge.svg" alt="Build Status" /></a>
<a href='https://coveralls.io/github/fyne-io/fynedesk?branch=develop'><img src='https://coveralls.io/repos/github/fyne-io/fynedesk/badge.svg?branch=develop' alt='Coverage Status' /></a>
<a href="https://github.com/fyshos/fynedesk/actions"><img src="https://github.com/fyshos/fynedesk/workflows/Platform%20Tests/badge.svg" alt="Build Status" /></a>
<a href='https://coveralls.io/github/fyshos/fynedesk?branch=develop'><img src='https://coveralls.io/repos/github/fyshos/fynedesk/badge.svg?branch=develop' alt='Coverage Status' /></a>
</p>

# About
Expand All @@ -16,6 +16,8 @@ It is built using the [Fyne](https://fyne.io) toolkit and is designed to be
easy to use as well as easy to develop. We use the Go language and welcome
any contributions or feedback for the project.

[![FyneDesk v0.4](https://img.youtube.com/vi/82Wu5k0xZOI/0.jpg)](https://www.youtube.com/watch?v=82Wu5k0xZOI)

# Dependencies

For a full desktop experience you will also need the following external tools installed:
Expand Down Expand Up @@ -43,7 +45,7 @@ To use this as your main desktop you can run the following commands to set up
fynedesk as a selectable desktop option in your login manager (such as LightDM for example):

```
git clone https://github.com/fyne-io/fynedesk
git clone https://github.com/fyshos/fynedesk
cd fynedesk
make
sudo make install
Expand Down Expand Up @@ -94,6 +96,6 @@ You do not need to ship the library or any dependencies, but it is recommended t

| app | go get | description |
| --- | ------ | ----------- |
| fin | `github.com/fyne-io/fin` | A display manager app that matches the look and feel of FyneDesk |
| fin | `github.com/fyshos/fin` | A display manager app that matches the look and feel of FyneDesk |

Please do let us know if you package FyneDesk for your system, so we can include a link from here :).

0 comments on commit c4b4c54

Please sign in to comment.