change language tags to sh from shell

This commit is contained in:
figsoda 2020-11-30 17:54:16 -05:00
parent fb0fcc5a92
commit 1dc0b4154a

View file

@ -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]
```