feat: Add gitpod support (#473)

This commit is contained in:
Ryan McQuen
2020-07-23 10:20:21 -07:00
committed by GitHub
parent 523d18b873
commit 4821a8be94
2 changed files with 13 additions and 0 deletions

View File

@@ -48,6 +48,12 @@ 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/github/rust-lang/rustlings)
[Open in Gitpod](https://gitpod.io/#https://github.com/rust-lang/rustlings)
## Manually
Basically: Clone the repository, checkout to the latest tag, run `cargo install`.