ezrosent / frawk

an efficient awk-like language
Apache License 2.0
1.24k stars 34 forks source link

cargo install frawk fails #85

Closed BartMassey closed 2 years ago

BartMassey commented 2 years ago

cargo install frawk outside the repo currently fails because the frawk on crates.io requires nightly. cargo +nightly install frawk works. Probably could just fix the README for now.

ezrosent commented 2 years ago

Thanks for the feedback! I updated the README to signpost this more clearly.