1
0

docs: update README.md

This commit is contained in:
Wiktor Zykubek 2024-12-27 15:30:16 +01:00
parent 1128140229
commit a3ffd024d3
Signed by: wzykubek
GPG Key ID: 2221881F957D89B9

View File

@ -19,3 +19,18 @@ To list available templates run:
```bash ```bash
licensmith --list licensmith --list
``` ```
## Installation
There are different ways to get Licensmith:
1. Use prebuilt binaries:
- [Releases](/wzykubek/licensmith/releases): Stable versions
- [Actions](/wzykubek/licensmith/actions): Development versions
2. Install from source: [see *Compilation*](#compilation)
## Compilation
```bash
git clone https://git.brono.cloud/wzykubek/licensmith.git
cd licensmith
go build -v ./...
```