1
0
mirror of https://github.com/rivo/tview.git synced 2025-04-24 13:48:56 +08:00

Updated go get instruction so users will get the latest version.

This commit is contained in:
Oliver 2024-02-04 16:12:37 +01:00
parent c9421b4bd9
commit 861aa94d61

View File

@ -27,7 +27,7 @@ They come with lots of customization options and can be easily extended to fit y
To add this package to your project:
```bash
go get github.com/rivo/tview
go get github.com/rivo/tview@master
```
## Hello World