Skip to content

Commit

Permalink
feat: Add gitpod support (rust-lang#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpcmcquen authored and noiffion committed Aug 20, 2021
1 parent 0e74134 commit 3f363bc
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:
- [email protected]: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 3f363bc

Please sign in to comment.