Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ A toolkit for building rich console apps for .NET, .NET Core, and Mono that work

![Sample app](docfx/images/sample.gif)


## Quick Start

Paste these commands into your favorite terminal on Windows, Mac, or Linux. This will install the [Terminal.Gui.Templates](https://github.com/gui-cs/Terminal.Gui.templates), create a new "Hello World" TUI app, and run it.
Expand Down
1 change: 0 additions & 1 deletion Terminal.Gui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ The PR title should be of the form "Release v2.3.4"
git checkout develop
git pull upstream develop
git checkout -b v_2_3_4
git merge develop
git add .
git commit -m "Release v2.3.4"
git push
Expand Down