Skip to content

Commit

Permalink
Backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Dec 8, 2024
1 parent 1465ced commit 43bb843
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ Build scripts for GitHub actions are always stored in the [workflows](./workflow

## Build locally

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:
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:

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

## Develop locally

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

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

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

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

0 comments on commit 43bb843

Please sign in to comment.