Skip to content

Commit

Permalink
feat: Add gitpod support (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpcmcquen committed Jul 23, 2020
1 parent 523d18b commit 4821a8b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tasks:
- init: /workspace/rustlings/install.sh
command: /workspace/.cargo/bin/rustlings watch

vscode:
extensions:
- rust-lang.rust@0.7.8:CvNqMTgDdt3UXt+6BCDTVg==
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 4821a8b

Please sign in to comment.