mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2024-11-13 04:56:33 +02:00
Convert readme markdown table to html table
This makes it possible to a second paragraph to the `toolchain` description.
This commit is contained in:
parent
f4fe19df4e
commit
e1883a8673
1 changed files with 18 additions and 5 deletions
23
README.md
23
README.md
|
@ -28,11 +28,24 @@ the nightly Rust toolchain, while "dtolnay/rust-toolchain@1.42.0" pulls in
|
|||
|
||||
All inputs are optional.
|
||||
|
||||
| Name | Description |
|
||||
| ------------ | -----------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `toolchain` | Rustup toolchain specifier e.g. `stable`, `nightly`, `1.42.0`. **Important: the default is to match the @rev as described above.** |
|
||||
| `target` | Additional target support to install e.g. `wasm32-unknown-unknown` |
|
||||
| `components` | Comma-separated string of additional components to install e.g. `clippy, rustfmt` |
|
||||
<table>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>toolchain</code></td>
|
||||
<td>Rustup toolchain specifier e.g. <code>stable</code>, <code>nightly</code>, <code>1.42.0</code>. <b>Important: the default is to match the @rev as described above.</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>target</code></td>
|
||||
<td>Additional target support to install e.g. <code>wasm32-unknown-unknown</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>components</code></td>
|
||||
<td>Comma-separated string of additional components to install e.g. <code>clippy, rustfmt</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## License
|
||||
|
||||
|
|
Loading…
Reference in a new issue