Rewrite readme

This commit is contained in:
Sasha Koshka 2023-09-04 02:53:04 -04:00
parent f48bf0609f
commit f9eaab89ff
1 changed files with 12 additions and 1 deletions

View File

@ -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
```