We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7511d8 commit 6c3090dCopy full SHA for 6c3090d
README.md
@@ -11,7 +11,7 @@ Tested using version `1.15.0-nightly (8f02c429a 2016-12-15)`
11
Steps:
12
* First, install `msp430-elf-gcc` compiler, and make sure it is in your `$PATH`.
13
You can get it from [here](http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/latest/index_FDS.html).
14
-* Install nightly rust: `rustup default nightly`
+* Install nightly rust: `$ rustup default nightly`
15
* Install xargo: `$ cargo install xargo`
16
* Build the project: `$ make`
17
* or you can build it using xargo directly (if you don't like `make`)
0 commit comments