You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2025-05-31-run-pr.md
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,14 @@ You now can try out and give feedback easily.
8
8
9
9
For instance, to try out the "[initial implementation of walkthrough](https://github.com/JabRef/jabref/pull/13182)", one needs to execute following command:
10
10
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
14
15
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.
16
17
17
-
The preparation is also simplified by `gg.cmd`.
18
+
This can be achieved by using `gg.cmd`, `JBang`, and scripts offered by JabRef:
0 commit comments