Skip to content

Commit

Permalink
docs: fix incorrect filenames in a document for Windows (#12343) (#12348
Browse files Browse the repository at this point in the history
)

After 8.5.0, the file name was changed from install-service-apm-server.ps1 to install-service.ps1, but it was not modified in the document.
I corrected an incorrect filename in the documentation for Windows.

(cherry picked from commit 5e0077d)

Co-authored-by: Wonseop Kim <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
mergify[bot] and wonseop authored Jan 4, 2024
1 parent acc0d42 commit a91b8af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/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 a91b8af

Please sign in to comment.