From a057593680d3990c242cfc17e93d16e73a878611 Mon Sep 17 00:00:00 2001 From: Daniel Brahneborg Date: Sun, 7 Dec 2025 11:58:28 +0100 Subject: [PATCH] README: src-x => repo-x --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d56eaa6..d26f40a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The easiest way to build this is to use Docker. 1. Run `./build.sh`. This will build a binary for aarch64 or x84_64, depending on your host. 1. You can also add the parameter `arm` or `x86` to the `./build.sh` script to build for a particular architecture. 1. The result will be a binary in the `bin` sub directory. -1. You can then run `./run.sh` for an interactive environment. In this case the source code will be copied to new `src-x` directory (where `x` depends on the architecture), so your changes do not disappear when the Docker container exits. This script also takes the parameter `arm` or `x86`. +1. You can then run `./run.sh` for an interactive environment. In this case the full repo will be copied to new `repo-x` directory (where `x` depends on the architecture), so your changes do not disappear when the Docker container exits. This script also takes the parameter `arm` or `x86`. Some functions are perhaps overly general, but that is because they are taken directly from the [EMG](https://nordicmessaging.se) source code.