docs: update readme with ctan installation instructions and badge
This commit is contained in:
parent
1361b707d6
commit
75cc955795
18
README.md
18
README.md
|
@ -1,5 +1,6 @@
|
||||||
## Moloch
|
# Moloch
|
||||||
|
|
||||||
|

|
||||||
[](https://github.com/jolars/moloch/actions/workflows/ci.yml)
|
[](https://github.com/jolars/moloch/actions/workflows/ci.yml)
|
||||||
|
|
||||||
Moloch is a simple Beamer theme suitable for anyone to use. It is
|
Moloch is a simple Beamer theme suitable for anyone to use. It is
|
||||||
|
@ -15,10 +16,19 @@ Do not expect this theme to be backwards compatible with the Metropolis theme.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
A CTAN release is planned, but for now you can install the theme manually from source. You need a working LaTeX installation with `l3build` installed. Then just follow these steps:
|
Moloch is on [CTAN](https://ctan.org/pkg/moloch), so you can install it using your favorite LaTeX package manager. For example, with `tlmgr`:
|
||||||
|
|
||||||
1. Clone the repository: `git clone https://github.com/jolars/moloch.git`
|
```sh
|
||||||
2. Install the package: `l3build install`
|
tlmgr install moloch
|
||||||
|
```
|
||||||
|
|
||||||
|
You can also install the theme from source, in which case you need a working LaTeX installation with `l3build` installed. Then just follow these steps:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
git clone https://github.com/jolars/moloch.git
|
||||||
|
cd moloch
|
||||||
|
l3build install
|
||||||
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue