summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitpod.yml7
-rw-r--r--README.md6
2 files changed, 13 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
new file mode 100644
index 0000000..46b1a6a
--- /dev/null
+++ b/.gitpod.yml
@@ -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==
diff --git a/README.md b/README.md
index 47ac4b0..7fba9d8 100644
--- a/README.md
+++ b/README.md
@@ -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`.