File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,11 @@ There are three ways of building the required restream binary for streaming the
184184 You can use the [toltec toolchain docker images](https://github.com/toltec-dev/toolchain) to build a restream binary compatible with the reMarkable.
185185
186186 ```
187- docker run --rm -v $(pwd):/project -v /project/.cargo -w "/project" ghcr.io/toltec-dev/rust:latest cargo build --release --target=armv7-unknown-linux-gnueabihf
187+ docker run --rm -v "$(pwd)":/project -v /project/.cargo -w /project \
188+ ghcr.io/toltec-dev/rust:latest bash -c '
189+ source /opt/x-tools/switch-arm.sh
190+ cargo build --release --target=armv7-unknown-linux-gnueabihf
191+ '
188192 ```
189193
190194- **Using the reMarkable toolchain:**
You can’t perform that action at this time.
0 commit comments