Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alfanick committed Dec 5, 2016
1 parent 1f50f80 commit 1f64708
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,11 @@ x^9+6x^7-3x^6+12x^5-12x^4+11x^3-12x^2+6x-1

You need Rust programming language environment (works with stable, beta and nighly channels).
If you don't have already installed please use [rustup.rs](https://www.rustup.rs) to easily
install the complete environment. Than, you can install packaged version from the crates.io
install the complete environment. Then you can install packaged version from the crates.io
using `cargo install xxcalc --features interactive`.

#### Compilation

The basic compilation process from the source is just running `cargo` in command line:

```bash
Expand Down

0 comments on commit 1f64708

Please sign in to comment.