Compare commits
2 Commits
79e72342b1
...
1a178ccaec
Author | SHA1 | Date | |
---|---|---|---|
1a178ccaec | |||
d93eb44ed0 |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
dist/
|
15
README.md
15
README.md
@ -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 ./...
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user