Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
<doc> : changed cmd seq.
  • Loading branch information
ahnshy authored Oct 28, 2024
1 parent c5c4341 commit a3be69d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ Deploy from NuGet package (https://www.nuget.org/packages/Microsoft.AspNet.WebAp
sc create "Git Log service" binPath= "C:\Program Files (x86)\GitLogService\GitLogService.exe"
```

[Remove Window Service]
[Run]
```bash
NET STOP "Git Log service"
sc delete "Git Log service"
NET START "Git Log service"
```

[Run]
[Remove Window Service]
```bash
NET START "Git Log service"
NET STOP "Git Log service"
sc delete "Git Log service"
```
<br/>

Expand Down

0 comments on commit a3be69d

Please sign in to comment.