Skip to content

Commit c884113

Browse files
committed
Install instructions. Fixes #60
1 parent d0475d4 commit c884113

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ possible. As such, the [usage](#usage) below is a modified copy of the
1616
This program is a [dotnet tool](https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools) and requires the latest version of
1717
the [.NET SDK](https://dotnet.microsoft.com/download) to be installed. .NET 8.0 or newer is required.
1818

19+
```sh
20+
dotnet tool install -g dotnet-todo
21+
```
22+
1923
### Enabling Tab Completion
2024

2125
This program supports tab completion using `dotnet-suggest`. To enable, for each shell

0 commit comments

Comments
 (0)