Skip to content

Commit c4b4c54

Browse files
committed
Updated docs and embed video of release
1 parent 1d1c5cb commit c4b4c54

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<p align="center">
22
<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>
3-
<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>
4-
<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>
3+
<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>
4+
<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>
55

66
<br />
77
<a href="https://goreportcard.com/report/fyne.io/fynedesk"><img src="https://goreportcard.com/badge/fyne.io/fynedesk" alt="Code Status" /></a>
8-
<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>
9-
<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>
8+
<a href="https://github.com/fyshos/fynedesk/actions"><img src="https://github.com/fyshos/fynedesk/workflows/Platform%20Tests/badge.svg" alt="Build Status" /></a>
9+
<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>
1010
</p>
1111

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

19+
[![FyneDesk v0.4](https://img.youtube.com/vi/82Wu5k0xZOI/0.jpg)](https://www.youtube.com/watch?v=82Wu5k0xZOI)
20+
1921
# Dependencies
2022

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

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

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

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

0 commit comments

Comments
 (0)