1
0

Compare commits

..

2 Commits

Author SHA1 Message Date
1a178ccaec
docs: update README.md
All checks were successful
Build / build (push) Successful in 25s
2024-12-27 15:30:16 +01:00
d93eb44ed0
chore: add .gitignore file 2024-12-27 15:27:46 +01:00
2 changed files with 16 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
dist/

View File

@ -19,3 +19,18 @@ To list available templates run:
```bash
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 ./...
```