Skip to content

Commit 4821a8b

Browse files
authored
feat: Add gitpod support (#473)
1 parent 523d18b commit 4821a8b

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.gitpod.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
tasks:
2+
- init: /workspace/rustlings/install.sh
3+
command: /workspace/.cargo/bin/rustlings watch
4+
5+
vscode:
6+
extensions:
7+
- rust-lang.rust@0.7.8:CvNqMTgDdt3UXt+6BCDTVg==

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ Start-BitsTransfer -Source https://git.io/rustlings-win -Destination $env:TMP/in
4848

4949
To install Rustlings. Same as on MacOS/Linux, you will have access to the `rustlings` command after it.
5050

51+
## Browser:
52+
53+
[Run on Repl.it](https://repl.it/github/rust-lang/rustlings)
54+
55+
[Open in Gitpod](https://gitpod.io/#https://github.com/rust-lang/rustlings)
56+
5157
## Manually
5258

5359
Basically: Clone the repository, checkout to the latest tag, run `cargo install`.

0 commit comments

Comments
 (0)