Skip to content

Commit e7bdb1a

Browse files
authored
Revise README structure and content
Updated README to enhance clarity and organization.
1 parent dec9941 commit e7bdb1a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ ContextMenuManager/
7878
- [.NET 8 SDK](https://dotnet.microsoft.com/download/dotnet/8.0) (to build)
7979
- .NET 8 runtime (to run)
8080

81+
8182
### Build and Run
8283

8384
#### Build
@@ -108,6 +109,7 @@ Output: `src\dist\<arch>\` containing `ContextMenuManager.exe` (and a `lib/` fol
108109
dotnet publish -c Release -r win-x64 --self-contained true -p:PublishSingleFile=true -p:EnableCompressionInSingleFile=true -o src/dist
109110
```
110111

112+
111113
### Design Summary
112114

113115
| Action | How it’s done | Reversible |
@@ -229,3 +231,4 @@ MIT
229231

230232

231233

234+

0 commit comments

Comments
 (0)