summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRyan McQuen <rpcm@linux.com>2020-07-23 10:20:21 -0700
committerGitHub <noreply@github.com>2020-07-23 19:20:21 +0200
commit4821a8be94af4f669042a06ab917934cfacd032f (patch)
tree95d5e0ef270a3df43988da11b58ccace8450bbc5 /README.md
parent523d18b873a319f7c09262f44bd40e2fab1830e5 (diff)
feat: Add gitpod support (#473)
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
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`.