Skip to content

Commit 118e175

Browse files
Apply suggestions from code review
Co-authored-by: Craig Norris <[email protected]> Signed-off-by: Alexa Kreizinger <[email protected]>
1 parent 0c7accd commit 118e175

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

installation/windows.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Get-FileHash fluent-bit-4.0.4-win32.exe
153153
The following output indicates Fluent Bit is running:
154154

155155
```shell
156-
$ .\bin\fluent-bit.exe -i dummy -o stdout
156+
.\bin\fluent-bit.exe -i dummy -o stdout
157157
Fluent Bit v2.0.x
158158
* Copyright (C) 2019-2020 The Fluent Bit Authors
159159
* Copyright (C) 2015-2018 Treasure Data
@@ -231,8 +231,8 @@ sc.exe create fluent-bit binpath= "\fluent-bit\bin\fluent-bit.exe -c \fluent-bit
231231
Fluent Bit can be started and managed as a normal Windows service.
232232

233233
```shell
234-
$ sc.exe start fluent-bit
235-
$ sc.exe query fluent-bit
234+
sc.exe start fluent-bit
235+
sc.exe query fluent-bit
236236
SERVICE_NAME: fluent-bit
237237
TYPE : 10 WIN32_OWN_PROCESS
238238
STATE : 4 Running
@@ -272,7 +272,7 @@ Start-Service fluent-bit
272272
Query the service status:
273273
274274
```shell
275-
$ get-Service fluent-bit | format-list
275+
get-Service fluent-bit | format-list
276276
Name : fluent-bit
277277
DisplayName : fluent-bit
278278
Status : Running
@@ -354,7 +354,7 @@ start vs.exe
354354
1. Compile the source code.
355355
356356
```shell
357-
$ cmake .. -G "NMake Makefiles"
357+
cmake .. -G "NMake Makefiles"
358358
cmake --build .
359359
```
360360

0 commit comments

Comments
 (0)