Skip to content

Commit

Permalink
Update metadata and README for merged repos
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Jun 1, 2018
1 parent 46af5e7 commit 1aff42e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 36 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ Before you can use the Fyne tools you need to have a stable copy of EFL installe

Using standard go tools you can install Fyne's core library using:

go get github.com/fyne-io/fyne-app
go get github.com/fyne-io/fyne

And then you're ready to write your first app - this example shows how:

package main

import "github.com/fyne-io/fyne/ui/widget"
import "github.com/fyne-io/fyne-app"
import "github.com/fyne-io/fyne/api/ui/widget"
import "github.com/fyne-io/fyne/desktop"

func main() {
app := fyneapp.NewApp()
Expand Down
1 change: 0 additions & 1 deletion examples/AUTHORS

This file was deleted.

26 changes: 0 additions & 26 deletions examples/LICENSE

This file was deleted.

9 changes: 3 additions & 6 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<p align="center">
<a href="https://goreportcard.com/report/github.com/fyne-io/examples"><img src="https://goreportcard.com/badge/github.com/fyne-io/examples" alt="Code Status" /></a>
</p>

# About

This is a repository of examples demonstrating the features of the
This is a repository of examples demonstrating the features of the
[Fyne](http://fyne.io) UI toolkit and app API written in Go.
The libraries are under heavy development but these examples will continue
to demonstrate the latest capabilities and features.
Expand All @@ -17,10 +13,11 @@ Before you can use the Fyne tools you need to have a stable copy of EFL installe

Using standard go tools you can install Fyne's core library using:

go get github.com/fyne-io/fyne-app
go get github.com/fyne-io/fyne

And then you're ready to run an example, like this:

cd ~/go/src/github.com/fyne-io/fyne/examples/
go run main.go main_desktop.go -example calculator

It should look like one of these:
Expand Down

0 comments on commit 1aff42e

Please sign in to comment.