We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b73f7cd commit deb075eCopy full SHA for deb075e
1 file changed
README.md
@@ -184,7 +184,11 @@ There are three ways of building the required restream binary for streaming the
184
You can use the [toltec toolchain docker images](https://github.com/toltec-dev/toolchain) to build a restream binary compatible with the reMarkable.
185
186
```
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
+ 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
+ '
192
193
194
- **Using the reMarkable toolchain:**
0 commit comments