Add ability to run rustlings in a repl.it!

This commit is contained in:
Ryan McQuen 2020-07-16 11:46:57 -07:00 committed by GitHub
parent 523d18b873
commit b5f958e6a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,6 +48,9 @@ Start-BitsTransfer -Source https://git.io/rustlings-win -Destination $env:TMP/in
To install Rustlings. Same as on MacOS/Linux, you will have access to the `rustlings` command after it.
## Browser:
[![Run on Repl.it](https://repl.it/badge/github/rust-lang/rustlings)](https://repl.it/github/rust-lang/rustlings)
## Manually
Basically: Clone the repository, checkout to the latest tag, run `cargo install`.