diff --git a/lib/modules/platform/bitbucket-server/index.md b/lib/modules/platform/bitbucket-server/index.md index 8d4ec5417b953d..1eae83c077993a 100644 --- a/lib/modules/platform/bitbucket-server/index.md +++ b/lib/modules/platform/bitbucket-server/index.md @@ -47,7 +47,7 @@ Once it's running and initialized, the quickest way to testing with Renovate is: At this point you should have a project ready for Renovate, and the `@renovate-bot` account ready to run on it. You can then run like this: ``` -yarn start --platform=bitbucket-server --endpoint=http://localhost:7990 --git-fs=http --username=renovate-bot --password=abc123456789! --log-level=debug --autodiscover=true +npx renovate --platform=bitbucket-server --endpoint=http://localhost:7990 --git-fs=http --username=renovate-bot --password=abc123456789! --log-level=debug --autodiscover=true ``` Alternatively using env: @@ -59,7 +59,7 @@ export RENOVATE_GIT_FS=http export RENOVATE_USERNAME=renovate-bot export RENOVATE_PASSWORD=abc123456789! export LOG_LEVEL=debug -yarn start --autodiscover=true +npx renovate --autodiscover=true ``` You should then get a "Configure Renovate" onboarding PR in any projects that `@renovate-bot` has been invited to.