README improvements

This commit is contained in:
rxi 2020-05-08 20:07:15 +01:00
parent 2642f7443f
commit a754c60127
1 changed files with 14 additions and 9 deletions

View File

@ -3,19 +3,24 @@
A lightweight text editor written in Lua A lightweight text editor written in Lua
* **[Get lite](https://github.com/rxi/lite/releases/latest)** — Download
for Windows and Linux
* **[Get plugins](https://github.com/rxi/lite-plugins)** — Add additional
functionality
* **[Get color themes](https://github.com/rxi/lite-colors)** — Add additional colors
themes
## Overview ## Overview
lite is a lightweight text editor written mostly in Lua — it aims to provide lite is a lightweight text editor written mostly in Lua — it aims to provide
something practical, pretty, *small* and responsive, implemented as simply as something practical, pretty, *small* and fast, implemented as simply as
possible; easy to modify and extend, or to use without doing either. possible; easy to modify and extend, or to use without doing either.
## Get ## Customization
Go to the **[releases](https://github.com/rxi/lite/releases/latest)** page to Additional functionality can be added through plugins which are available from
download precompiled binaries for Windows and Linux. Additional functionality the [plugins repository](https://github.com/rxi/lite-plugins); additional color
can be added through plugins which are available from the **[plugins themes can be found in the [colors repository](https://github.com/rxi/lite-colors).
repository](https://github.com/rxi/lite-plugins)**; additional color themes can The editor can be customized by making changes to the
be found in the **[colors repository](https://github.com/rxi/lite-colors)**. The [user module](data/user/init.lua).
editor can be customized by making changes to the [user
module](data/user/init.lua).
## Building ## Building
You can build the project yourself on Linux using the provided `build.py` You can build the project yourself on Linux using the provided `build.py`