diff --git a/doc/installing-from-source.md b/doc/installing-from-source.md index 25975c9..3dbe37a 100644 --- a/doc/installing-from-source.md +++ b/doc/installing-from-source.md @@ -20,7 +20,7 @@ Building Rayhunter from source, either for development or because the install sc rustup target add armv7-unknown-linux-musleabihf ``` -- install the statically compiled target for your host machine to build the binary installer [`serial`](./serial). +- install the statically compiled target for your host machine to build the binary installer `serial`. ```sh # check which toolchain you have installed by default with rustup show