mirror of
https://github.com/sgeisler/cargo-remote
synced 2024-11-16 00:12:54 +00:00
show usage of remote flags in README.md
This commit is contained in:
parent
d6017f57ed
commit
ee24dfbd2f
@ -24,6 +24,12 @@ back the resulting target folder. This assumes that server and client are runnin
|
||||
the same rust version and have the same processor architecture. On the client `ssh`
|
||||
and `rsync` need to be installed.
|
||||
|
||||
If you want to pass remote flags you have to end the options/flags section using
|
||||
`--`. E.g. to build in release mode and copy back the result use:
|
||||
```bash
|
||||
cargo remote -c -- build --release
|
||||
```
|
||||
|
||||
### Configuration
|
||||
You can place a file called `.cargo-remote.toml` in the same directory as your
|
||||
`Cargo.toml`. There you can define a default remote build host and user. It can
|
||||
|
Loading…
Reference in New Issue
Block a user