mirror of
https://github.com/figsoda/mmtc
synced 2024-11-10 10:14:13 +00:00
change language tags to sh
from shell
This commit is contained in:
parent
fb0fcc5a92
commit
1dc0b4154a
1 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ The latest precompiled binaries are available on [github](https://github.com/fig
|
|||
Alternatively you can install mmtc from [crates.io][Crate] with cargo.
|
||||
This requires the nightly toolchain of [Rust].
|
||||
|
||||
```shell
|
||||
```sh
|
||||
cargo +nightly install mmtc
|
||||
```
|
||||
|
||||
|
@ -31,14 +31,14 @@ cargo +nightly install mmtc
|
|||
|
||||
This requires the nightly toolchain of [Rust].
|
||||
|
||||
```shell
|
||||
```sh
|
||||
cargo +nightly build --release
|
||||
```
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
```sh
|
||||
mmtc [FLAGS] [OPTIONS]
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue