add tool links to readme & auto generation warning
This commit is contained in:
parent
76a069956a
commit
a48744fcd6
3 changed files with 5 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ func main() {
|
|||
```
|
||||
|
||||
## developing
|
||||
1. install `just` and `go` >= 1.23
|
||||
1. install [`just`](https://github.com/casey/just) and [`go`](https://go.dev) >= 1.23
|
||||
2. run `just generate`
|
||||
|
||||
## todo
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
package catppuccin
|
||||
|
||||
// THIS FILE IS AUTOMATICALLY GENERATED DO NOT EDIT
|
||||
|
||||
import "github.com/charmbracelet/lipgloss"
|
||||
|
||||
type Palette struct {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
package catppuccin
|
||||
|
||||
// THIS FILE IS AUTOMATICALLY GENERATED DO NOT EDIT
|
||||
|
||||
import "github.com/charmbracelet/lipgloss"
|
||||
|
||||
type Palette struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue