Skip to content

Commit

Permalink
Merge pull request dockcross#827 from VirtualTim/patch-1
Browse files Browse the repository at this point in the history
Fix incorrect example in CONTRIBUTING.md
  • Loading branch information
thewtex authored Apr 15, 2024
2 parents 518fe05 + 0b5e4fb commit 20a1bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ We will take the example of `aarch64-rpi4-linux-gnu`, a `.config` file will be c
*Alternatively*, we could copy an existing `crosstool-ng.config` from one of the target folders in the `dockcross` project to the local `.config`:

```bash
cp path/to/dockcross/linux-arm64 .config
cp path/to/dockcross/linux-arm64/crosstool-ng.config .config
```

We will configure the toolchains according to our needs:
Expand Down

0 comments on commit 20a1bd6

Please sign in to comment.