Skip to content
Snippets Groups Projects
Commit 4c5132bf authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Reverted incorrect capitalization

parent 1e4398bc
Branches
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ We suggest a Linux or OSX development environment, though Rust related tools are
The [rustup](https://www.rustup.rs/), tool manager allows you to manage multiple tool chain installations. Rust is distributed in three channels (`stable`, `beta` and `nightly`). You may set the default toolchain:
```
rustup default nightly-2017-10-22-x86_64-unknown-Linux-gnu
rustup default nightly-2017-10-22-x86_64-unknown-linux-gnu
```
and get information on the status of `rustup`
```
......@@ -87,4 +87,4 @@ You may choose to use the [gitlens](https://github.com/eamodio/vscode-gitlens) e
## Native Debug
The [Native Debug](https://github.com/WebFreak001/code-debug) extension allows for debugging Rust application from within `vscode`. Native Debug supports both `lldb` (LLVM) and `gdb` (GNU)
debuggers. For embedded development, you will use the latter. See Embedded.md (TODO) for further details.
\ No newline at end of file
debuggers. For embedded development, you will use the latter. See Embedded.md (TODO) for further details.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment