Update README.md
This commit is contained in:
parent
ce390fcd75
commit
a05c90abb5
14
README.md
14
README.md
@ -94,19 +94,25 @@ $ cargo build --release
|
|||||||
```
|
```
|
||||||
|
|
||||||
This will produce an executable in the `./target/release` subdirectory.
|
This will produce an executable in the `./target/release` subdirectory.
|
||||||
Note1: if cargo fails to parse manifest try:
|
|
||||||
|
Note: if cargo fails to parse manifest try:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ ~/.cargo/bin/cargo build --release
|
$ ~/.cargo/bin/cargo build --release
|
||||||
```
|
```
|
||||||
Note2: When compiling a crate if you receive this error:
|
|
||||||
|
Note: When compiling a crate and you receive the following error:
|
||||||
|
|
||||||
```
|
```
|
||||||
error: the crate is compiled with the panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
|
error: the crate is compiled with the panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
|
||||||
```
|
```
|
||||||
|
|
||||||
Cleaning the repository will most likely solve the issue, try:
|
Cleaning the repository will most likely solve the issue, try:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ cargo clean
|
||||||
```
|
```
|
||||||
cargo clean
|
|
||||||
```
|
|
||||||
This will always compile the latest nightly builds. If you want to build stable or beta, do a `git checkout stable` or `git checkout beta` first.
|
This will always compile the latest nightly builds. If you want to build stable or beta, do a `git checkout stable` or `git checkout beta` first.
|
||||||
|
|
||||||
----
|
----
|
||||||
|
Loading…
Reference in New Issue
Block a user