1
0

Compare commits

..

No commits in common. "1a178ccaecba64d318a25a2e55985d635e751673" and "79e72342b109f1040b5241910206ba82cdc33072" have entirely different histories.

2 changed files with 0 additions and 16 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
dist/

View File

@ -19,18 +19,3 @@ 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 ./...
```