mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Merge branch 'develop' into fs
This commit is contained in:
@@ -12,7 +12,6 @@ A toolkit for building rich console apps for .NET, .NET Core, and Mono that work
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
## Quick Start
|
## 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.
|
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.
|
||||||
|
|||||||
@@ -68,7 +68,6 @@ The PR title should be of the form "Release v2.3.4"
|
|||||||
git checkout develop
|
git checkout develop
|
||||||
git pull upstream develop
|
git pull upstream develop
|
||||||
git checkout -b v_2_3_4
|
git checkout -b v_2_3_4
|
||||||
git merge develop
|
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Release v2.3.4"
|
git commit -m "Release v2.3.4"
|
||||||
git push
|
git push
|
||||||
|
|||||||
Reference in New Issue
Block a user