Skip to content

Commit 1f016d5

Browse files
authored
Fix linting issues
1 parent 8f38979 commit 1f016d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en/contributing/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ On Windows, instead of `sh ./gg.cmd` use `.\gg.cmd`.
6565
1. In case you don't want to use `gg.cmd`: You can install [JBang](https://www.jbang.dev/) for yourself and execute the commands directly.
6666
2. In case you don't want to use `JBang`:
6767

68-
- You have the project clone ready and have some Java JDK available: In the `JabRef` directory, execute `./gradlew run`.
69-
- Install `gh` (the [GitHub CLI](https://cli.github.com/), a command-line client for GitHub) by using the installer linked on their [homepage](https://cli.github.com/) or the commands given at the [installation hints](https://github.com/cli/cli#installation).
68+
- You have the project clone ready and have some Java JDK available: In the `JabRef` directory, execute `./gradlew run`.
69+
- Install `gh` (the [GitHub CLI](https://cli.github.com/), a command-line client for GitHub) by using the installer linked on their [homepage](https://cli.github.com/) or the commands given at the [installation hints](https://github.com/cli/cli#installation).
7070

7171
3. In case you don't want to use `gh`: You can use the "usual" `git clone ...`, `git remote add ...`, `git fetch ...`, and `git checkout ...` commands to checkout a pull request from a fork.
7272

0 commit comments

Comments
 (0)