blob: 4fca9a94ceff6eeefeae3294ad39a3ce3d0c7245 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Lidra
Theme built in Bulma CSS framework
## Installation
1. `git clone https://notabug.org/heckyel/lidra`
## Build
It is not really necessary, but it is highly recommended to install GNU Make.
In the next section it is assumed that you have Make installed.
On Hyperbola operating systems it can be installed with the `pacman -S make` command.
1. `cd lidra/`
2. `make`
## License
This work is under the License [GNU AGPLv3 +](LICENSE.md)
|