diff --git a/README.md b/README.md index 27b1119..eb46ee9 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ BubbleO is a collection of components for the excellent terminal UI tool [bubble [![Go Reference](https://pkg.go.dev/badge/github.com/kevm/bubbleo.svg)](https://pkg.go.dev/github.com/kevm/bubbleo) + +```bash +go get "github.com/kevm/bubbleo" +``` ## [Navstack](https://github.com/KevM/bubbleo/blob/main/navstack/model.go) Add support to your bubble tea application to easily transition between component models. The example below uses the [menu component](https://github.com/KevM/bubbleo/blob/main/menu/model.go) to let a user pick a color from a list of artist paintings.