Skip to content

Commit f8719fa

Browse files
committed
Backticks
1 parent 1465ced commit f8719fa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Build scripts for GitHub actions are always stored in the [workflows](./workflow
2828

2929
## Build locally
3030

31-
The [examples](./examples) directory contains scripts to show how to build R locally. Basically these scripts just let you run the same steps as the CI in [build-svn.yaml](./workflows/build-svn.yaml) for a given platform:
31+
The [examples](./examples) directory contains scripts to show how to build R locally. Basically these scripts just let you run the same steps as the CI in [`build-svn.yaml`](./workflows/build-svn.yaml) for a given platform:
3232

33-
- [build-r-macos.sh](./examples/build-r-macos.sh): do a full prep, build, and check on MacOS.
33+
- [`build-r-macos.sh`](./examples/build-r-macos.sh): do a full prep, build, and check on MacOS.
3434

3535
## Develop locally
3636

@@ -40,9 +40,9 @@ A default clone will have the following two problems:
4040
- A large amount of untracked unignored files.
4141
- A change in `Makefile.in` necessitated by having to build from a Git clone.
4242

43-
The [local](./local) directory contains files to help with these issues:
43+
The [`local`](./local) directory contains files to help with these issues:
4444

45-
- [dot-gitignore](./local/dot-gitignore): A `.gitignore` file ready to copy to the root of the project.
46-
- [post-checkout](./local/post-checkout): A script to update the `SVNINFO` file after each checkout or commit.
45+
- [`dot-gitignore`](./local/dot-gitignore): A `.gitignore` file ready to copy to the root of the project.
46+
- [`post-checkout`](./local/post-checkout): A script to update the `SVNINFO` file after each checkout or commit.
4747

48-
Run the [setup.sh](./local/setup.sh) script for automated setup.
48+
Run the [`setup.sh`](./local/setup.sh) script for automated setup.

0 commit comments

Comments
 (0)