readme
This commit is contained in:
parent
b310eda639
commit
3428fd76fa
|
@ -0,0 +1,14 @@
|
||||||
|
# docker-rust-cross
|
||||||
|
|
||||||
|
forked from https://github.com/etrombly/rust-crosscompile
|
||||||
|
|
||||||
|
adds git (anything else?)
|
||||||
|
|
||||||
|
## usage
|
||||||
|
|
||||||
|
```fish
|
||||||
|
docker pull synthruiner/rust-cross
|
||||||
|
cd /path/to/your/project
|
||||||
|
docker create -v (pwd):/home/rust/src --name YOURPROJECTNAME-build synthruiner/rust-cross
|
||||||
|
docker start YOURPROJECTNAME-build -ai
|
||||||
|
```
|
Loading…
Reference in New Issue