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.