Skip to content

Commit e757bb6

Browse files
kopporsubhramit
andauthored
Apply suggestions from code review
Co-authored-by: Subhramit Basu <[email protected]>
1 parent 03d1584 commit e757bb6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

en/contributing/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ In the following, we try to give a minimal set of installation instructions to b
2525
- `cd c:\git-repositories`
2626
- Get `gg.cmd`
2727
- `wget ggcmd.io -OutFile gg.cmd`
28-
- Have JBang trusting JabRef's code
28+
- Have JBang trust JabRef's source
2929
- `.\gg.cmd jbang trust add https://github.com/JabRef/jabref/`
3030
- Clone JabRef
3131
- `.\gg.cmd jbang https://github.com/JabRef/jabref/blob/main/.jbang/CloneJabRef.java jabref`
32-
- NOTE: You can also use the native git client: `git clone --recurse-submodules https://github.com/JabRef/jabref.git` for achieving the same result.
32+
- NOTE: You can also use the native git client: `git clone --recurse-submodules https://github.com/JabRef/jabref.git` to achieve the same result.
3333
- Make `gg.cmd` available in `jabref` source directory
3434
- `cd jabref`
3535
- `move ..\gg.cmd .`
@@ -41,11 +41,11 @@ In the following, we try to give a minimal set of installation instructions to b
4141
- Get `gg.cmd` (using either `wget` or `curl`)
4242
- `wget ggcmd.io/gg.cmd`
4343
- Alternative: `curl -L ggcmd.io > gg.cmd`
44-
- Have JBang trusting JabRef's code
44+
- Have JBang trust JabRef's source
4545
- `sh ./gg.cmd jbang trust add https://github.com/JabRef/jabref/`
4646
- Clone JabRef
4747
- `sh ./gg.cmd jbang https://github.com/JabRef/jabref/blob/main/.jbang/CloneJabRef.java jabref`
48-
- NOTE: You can also use the native git client: `git clone --recurse-submodules https://github.com/JabRef/jabref.git` for achieving the same result.
48+
- NOTE: You can also use the native git client: `git clone --recurse-submodules https://github.com/JabRef/jabref.git` to achieve the same result.
4949
- Make `gg.cmd` available in `jabref` source directory
5050
- `cd jabref`
5151
- `mv ../gg.cmd .`
@@ -60,7 +60,7 @@ Note: If you don't want to store JabRef's source code permanently, you can follo
6060
2. Checkout the PR and run JabRef: `sh ./gg.cmd just run-pr <pr-number>` - replace `<pr-number>` with the PR number or the unique branch identifier by GitHub
6161

6262
- Example: `13182` for [pr#13182](https://github.com/JabRef/jabref/pull/13182).
63-
- Example: `Yubo-Cao:walkthroug` for the branch identifier output by GitHub\
63+
- Example: `Yubo-Cao:walkthrough` for the branch identifier output by GitHub\
6464
![pr-13182](../.gitbook/assets/pr-13182.png)
6565

6666
This will download the necessary JDK and a gradle distribution.

0 commit comments

Comments
 (0)