Skip to content

Commit

Permalink
Add bubbletea workaround to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgeiser committed Sep 8, 2021
1 parent f6f0fea commit 7cfe845
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,14 @@ and many opportunities for heavy customization.

---

**Warning:** The API of library is not yet stable. Expect significant changes before 1.0.0.
**Warning:** This library depends on some significant [upsteam changes in bubbletea](https://github.com/charmbracelet/bubbletea/pull/120). Until they are merged you can use the following workaround in your project:

```
go mod edit -replace=github.com/charmbracelet/bubbletea=github.com/erikgeiser/bubbletea@cleanup_after_termination
go mod tidy
```

**Disclaimer:** The API of library is not yet stable. Expect significant changes before 1.0.0.

---

Expand Down

0 comments on commit 7cfe845

Please sign in to comment.