fix(docs): correct code fence language for PowerShell blocks (#708)

This commit is contained in:
shuuri-labs
2026-04-21 16:40:26 +02:00
committed by GitHub
parent a02fe74b0d
commit a11e1a76b8

View File

@@ -306,7 +306,7 @@ sudo netbird service start
You need to run the following commands with an elevated PowerShell or `cmd.exe` window.
```shell
```powershell
[Environment]::SetEnvironmentVariable("NB_LOG_LEVEL", "debug", "Machine")
netbird service restart
```
@@ -360,7 +360,7 @@ netbird service stop
In case you need to configure environment variables, you need to add them as system variables so they get picked up by
the agent on the next psexec run:
```shell
```powershell
[Environment]::SetEnvironmentVariable("PIONS_LOG_DEBUG", "all", "Machine")
````