Remove plugin install instructions from README.md

This commit is contained in:
Sasha Koshka 2024-05-17 23:45:38 -04:00
parent 05f3ebc9e5
commit b8ce9d15f7
1 changed files with 0 additions and 9 deletions

View File

@ -3,12 +3,3 @@
[![Go Reference](https://pkg.go.dev/badge/git.tebibyte.media/tomo/x.svg)](https://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
```