File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ Get-FileHash fluent-bit-4.0.4-win32.exe
153153The following output indicates Fluent Bit is running:
154154
155155``` shell
156- $ .\b in\f luent-bit.exe -i dummy -o stdout
156+ .\b in\f luent-bit.exe -i dummy -o stdout
157157Fluent 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
231231Fluent 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
236236SERVICE_NAME: fluent-bit
237237 TYPE : 10 WIN32_OWN_PROCESS
238238 STATE : 4 Running
@@ -272,7 +272,7 @@ Start-Service fluent-bit
272272Query the service status:
273273
274274` ` ` shell
275- $ get-Service fluent-bit | format-list
275+ get-Service fluent-bit | format-list
276276Name : fluent-bit
277277DisplayName : fluent-bit
278278Status : Running
@@ -354,7 +354,7 @@ start vs.exe
3543541. Compile the source code.
355355
356356 ` ` ` shell
357- $ cmake .. -G " NMake Makefiles"
357+ cmake .. -G " NMake Makefiles"
358358 cmake --build .
359359 ` ` `
360360
You can’t perform that action at this time.
0 commit comments