File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change
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==
Original file line number Diff line number Diff line change @@ -48,6 +48,12 @@ Start-BitsTransfer -Source https://git.io/rustlings-win -Destination $env:TMP/in
48
48
49
49
To install Rustlings. Same as on MacOS/Linux, you will have access to the ` rustlings ` command after it.
50
50
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
+
51
57
## Manually
52
58
53
59
Basically: Clone the repository, checkout to the latest tag, run ` cargo install ` .
You can’t perform that action at this time.
0 commit comments