Rewrite readme
This commit is contained in:
parent
f48bf0609f
commit
f9eaab89ff
13
README.md
13
README.md
@ -1,3 +1,14 @@
|
||||
# x
|
||||
|
||||
WIP X backend for Tomo.
|
||||
[![Go Reference](https://pkg.go.dev/badge/pkg.go.dev/git.tebibyte.media/tomo/x.svg)](https://pkg.go.dev/pkg.go.dev/git.tebibyte.media/tomo/x)
|
||||
|
||||
An X11 backend for Tomo.
|
||||
|
||||
## Installation
|
||||
|
||||
```
|
||||
cd x/x
|
||||
go build -buildmode=plugin .
|
||||
mkdir -p ~/.local/lib/tomo/plugins
|
||||
mv x.so ~/.local/lib/tomo/plugins
|
||||
```
|
||||
|
Reference in New Issue
Block a user