From 56fac8faff8e6ceb7c1eedcb8f84b6eb5d495f22 Mon Sep 17 00:00:00 2001 From: Kevin Miller Date: Thu, 9 May 2024 07:42:33 -0500 Subject: [PATCH] Make importing easier... --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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.