File tree Expand file tree Collapse file tree 1 file changed +19
-13
lines changed
Expand file tree Collapse file tree 1 file changed +19
-13
lines changed Original file line number Diff line number Diff line change @@ -42,27 +42,33 @@ global.json file:
4242 Not found
4343```
4444
45- ## Run (IDE)
46-
47- + set TryCSharp.Tools.Cui project as 'startup project'
48- + run onto IDE
49-
50- ## Run (CLI)
45+ ## Environments
5146
5247``` sh
53- $ cd TryCSharp.Tools.Cui
54- $ dotnet run
48+ $ lsb_release -a
49+ No LSB modules are available.
50+ Distributor ID: Ubuntu
51+ Description: Ubuntu 22.04.2 LTS
52+ Release: 22.04
53+ Codename: jammy
5554```
5655
57- or
56+ ## Requirements
57+
58+ ### [ go-task] ( https://taskfile.dev/ )
5859
5960``` sh
60- $ cd TryCSharp.Tools.Cui
61- $ dotnet run --onetime
61+ $ go install github.com/go-task/task/v3/cmd/task@latest
6262```
6363
64- or
64+ ## Run (IDE)
65+
66+ + set TryCSharp.Tools.Cui project as 'startup project'
67+ + run onto IDE
68+
69+ ## Run (CLI)
6570
6671``` sh
67- $ make run
72+ $ task run
73+ task: [run] dotnet run --project TryCSharp.Tools.Cui --onetime
6874```
You can’t perform that action at this time.
0 commit comments