Skip to content

Commit a58e35e

Browse files
authored
Refine text
1 parent ed29ef6 commit a58e35e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

_posts/2025-05-31-run-pr.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ You now can try out and give feedback easily.
88

99
For instance, to try out the "[initial implementation of walkthrough](https://github.com/JabRef/jabref/pull/13182)", one needs to execute following command:
1010

11-
```cmd
12-
.\gg.cmd just run-pr 13182
13-
```
11+
- Windows: `.\gg.cmd just run-pr 13182`
12+
- macOS/Linux: `sh ./gg.cmd just run-pr 13182`
13+
14+
## Preparation
1415

15-
As preparation, one needs to clone JabRef's source code and download [`gg.cmd`](https://github.com/eirikb/gg#ggcmd) and place it into the cloned source code directory.
16+
To make this work, one needs to have [`gg.cmd`](https://github.com/eirikb/gg#ggcmd) available in JabRef's source directory.
1617

17-
The preparation is also simplified by `gg.cmd`.
18+
This can be achieved by using `gg.cmd`, `JBang`, and scripts offered by JabRef:
1819

1920
1. [Download `gg.cmd`](https://github.com/eirikb/gg/releases/latest/download/gg.cmd)
2021
2. Instruct `JBang` to trust JabRef: Execute `.\gg.cmd jbang trust add https://github.com/JabRef/jabref/`.\
@@ -45,7 +46,7 @@ You can run other parts of JabRef. For instance for `JabKit`:
4546
## Special Thanks
4647

4748
- [`gg.cmd`](https://github.com/eirikb/gg#ggcmd) for automatic downloading and execution of required tooling.
48-
- [JBang](https://www.jbang.dev/) for enabling easy execution of `.java` files.
49+
- [`JBang`](https://www.jbang.dev/) for enabling easy execution of `.java` files.
4950
- [Eclipse JGit](https://projects.eclipse.org/projects/technology.jgit) for making `git` available as pure Java library.
5051

5152
## More Information

0 commit comments

Comments
 (0)