gchp / iota

A terminal-based text editor written in Rust
MIT License
1.62k stars 80 forks source link

Made changes to the README file for nightly build #144

Closed durwasa-chakraborty closed 6 years ago

durwasa-chakraborty commented 6 years ago

As a beginner it took me time to realize that $ cargo build --release is throwing an error because the unstable versions are already available in the nightly build and one needs to install nightly first.

gchp commented 6 years ago

Thanks!