Skip to content

Commit cff5f0e

Browse files
committed
punctuation
1 parent 4e362ee commit cff5f0e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

plugins/sonarqube-issues/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@ This plugin requires a proxy to SonarQube. To set up:
4242
Now, you can build and add the plugin.
4343

4444
- Build the plugin:
45-
- Make sure you have npm/yarn, and make sure you have put in your correct SonarQube Base URL in the baseURL variable in [SonarqubeIssues.tsx](src/components/SonarqubeIssues.tsx)
46-
- In your terminal, in the `sonarqube-issues` directory, type `yarn` or `npm install` to install the dependencies; then type `npm run build` or `yarn build` to build the plugin
47-
- The compiled plugin will be created in `dist/ui.html`
48-
- In Plugins > All, click **Register Plugin**
45+
- Make sure you have npm or yarn.
46+
- In your terminal, in the `sonarqube-issues` directory, type `yarn` or `npm install` to install the dependencies; then type `npm run build` or `yarn build` to build the plugin.
47+
- The compiled plugin will be created in `dist/ui.html`.
48+
- In Plugins > All, click **Register Plugin**.
4949
- Give the plugin a name, like SonarQube Issues. This is the name users will see in the plugin listing.
5050
- Under **Associated Proxy**, choose the proxy you just created.
5151
- Under **Plugin Context**, click on Add another context; choose Selection type: Include, and Entity types: service.
52-
- This plugin does not work in the Global context. Turn off the switch labeled **Include in global context**
52+
- This plugin does not work in the Global context. Turn off the switch labeled **Include in global context**.
5353
- In The **Plugin code** section, upload the `dist/ui.html` file you just built.
54-
- Click on **Save plugin**
54+
- Click on **Save plugin**.
5555

5656
### Create a plugin configuration entity (self-hosted only)
5757

0 commit comments

Comments
 (0)