Skip to content

Commit ac6893f

Browse files
authored
Update README.md
1 parent 5af46b0 commit ac6893f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
rmdup
22
========
33

4-
Remove Duplicated Files in a really fast way.
4+
Remove Duplicated Files in a *really fast* way.
55

66
## How to use
77

@@ -17,4 +17,10 @@ e.g.
1717

1818
## Requirements
1919

20-
.net 8
20+
[.net 8 SDK](https://dotnet.microsoft.com/en-us/download) to build.
21+
22+
## How to build
23+
24+
1. clone this repo
25+
2. make sure you have .net 8 SDK installed
26+
3. run `dotnet build` in this project's directory

0 commit comments

Comments
 (0)