Skip to content

Commit afd28f5

Browse files
committed
docs(README): update with arg option
1 parent fd6c724 commit afd28f5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,9 @@ The field supports list comprehension syntax and strings, meaning the following
5353
### Running the project
5454
Write your advent of code solutions in the appropriate solution classes, `AdventOfCode.Solutions/Year<YYYY>/Day<DD>/Solution.cs`.
5555

56-
Then run the project. From the command line you can do as follows.
56+
Then run the project. From the command line you can use `dotnet run`, and optionally specify a day inline. For example, to run your solution for day 21:
5757
```
58-
> dotnet build
59-
> dotnet run
58+
dotnet run 21
6059
```
6160

6261
### Example solution

0 commit comments

Comments
 (0)