Skip to content

Commit 399fd76

Browse files
authored
Merge pull request #431 from kolyshkin/readme
README: update
2 parents a8ac15b + c6b03e0 commit 399fd76

1 file changed

Lines changed: 8 additions & 20 deletions

File tree

README.md

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
![Build Status](https://github.com/godbus/dbus/workflows/Go/badge.svg)
2-
31
dbus
42
----
53

@@ -12,36 +10,26 @@ D-Bus message bus system.
1210
* Go-like API (channels for signals / asynchronous method calls, Goroutine-safe connections)
1311
* Subpackages that help with the introspection / property interfaces
1412

15-
### Installation
16-
17-
This packages requires Go 1.20 or later. It can be installed by running the command below:
18-
19-
```
20-
go get github.com/godbus/dbus/v5
21-
```
22-
2313
### Usage
2414

2515
The complete package documentation and some simple examples are available at
2616
[pkg.go.dev](https://pkg.go.dev/github.com/godbus/dbus/v5). Also, the
27-
[_examples](https://github.com/godbus/dbus/tree/master/_examples) directory
28-
gives a short overview over the basic usage.
17+
[\_examples](https://github.com/godbus/dbus/tree/master/_examples) directory
18+
gives a short overview over the basic usage.
2919

3020
#### Projects using godbus
31-
- [fyne](https://github.com/fyne-io/fyne) a cross platform GUI in Go inspired by Material Design.
32-
- [fynedesk](https://github.com/fyne-io/fynedesk) a full desktop environment for Linux/Unix using Fyne.
33-
- [go-bluetooth](https://github.com/muka/go-bluetooth) provides a bluetooth client over bluez dbus API.
34-
- [iwd](https://github.com/shibumi/iwd) go bindings for the internet wireless daemon "iwd".
21+
- [bluetooth](https://github.com/tinygo-org/bluetooth): cross-platform Bluetooth API for Go and TinyGo.
22+
- [fyne](https://github.com/fyne-io/fyne): a cross platform GUI in Go inspired by Material Design.
23+
- [fynedesk](https://github.com/fyne-io/fynedesk): a full desktop environment for Linux/Unix using Fyne.
24+
- [go-systemd](https://github.com/coreos/go-systemd): Go bindings to systemd.
3525
- [notify](https://github.com/esiqveland/notify) provides desktop notifications over dbus into a library.
36-
- [playerbm](https://github.com/altdesktop/playerbm) a bookmark utility for media players.
37-
- [rpic](https://github.com/stephenhu/rpic) lightweight web app and RESTful API for managing a Raspberry Pi
3826

3927
Please note that the API is considered unstable for now and may change without
4028
further notice.
4129

4230
### License
4331

44-
go.dbus is available under the Simplified BSD License; see LICENSE for the full
32+
The library is available under the Simplified BSD License; see LICENSE for the full
4533
text.
4634

47-
Nearly all of the credit for this library goes to github.com/guelfey/go.dbus.
35+
Nearly all of the credit for this library goes to https://github.com/guelfey.

0 commit comments

Comments
 (0)