Skip to content

Commit ceb7b42

Browse files
Reformat commands in contributor guide
The commands were prefixed by "#", evidently to indicate a command prompt. But that is the shell comment syntax, so it is very unintuitive.
1 parent 8c99309 commit ceb7b42

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ pass the default token with the `repo-token` variable:
6666

6767
To work on the codebase you have to install all the dependencies:
6868

69-
```sh
70-
# npm install
69+
```
70+
npm install
7171
```
7272

7373
To run the tests:
7474

75-
```sh
76-
# npm run test
75+
```
76+
npm run test
7777
```
7878

7979
## Enable verbose logging for a pipeline

0 commit comments

Comments
 (0)