Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
colleenmcginnis committed Jan 12, 2024
1 parent 39feabb commit eb12f9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/apm-server/getting-started-apm-server.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -284,12 +284,12 @@ If you are running Windows XP, you may need to download and install PowerShell.
[source,shell]
----------------------------------------------------------------------
PS > cd 'C:\Program Files\APM-Server'
PS C:\Program Files\APM-Server> .\install-service-apm-server.ps1
PS C:\Program Files\APM-Server> .\install-service.ps1
----------------------------------------------------------------------

NOTE: If script execution is disabled on your system,
you need to set the execution policy for the current session to allow the script to run.
For example: `PowerShell.exe -ExecutionPolicy UnRestricted -File .\install-service-apm-server.ps1`.
For example: `PowerShell.exe -ExecutionPolicy UnRestricted -File .\install-service.ps1`.

endif::[]

Expand Down

0 comments on commit eb12f9f

Please sign in to comment.