From 0b5e4fbf2ed4e52b4362b795abd11de93b9b88a0 Mon Sep 17 00:00:00 2001 From: Tim Lander <5424257+VirtualTim@users.noreply.github.com> Date: Thu, 11 Apr 2024 16:10:15 +0800 Subject: [PATCH] Fix incorrect example in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7a3876c..4998afb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: