summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEmmanuel Roullit <emmanuel.roullit@gmail.com>2022-12-01 16:15:13 +0100
committerEmmanuel Roullit <emmanuel.roullit@gmail.com>2022-12-01 16:15:13 +0100
commitb653d4848a52701d2240f130ab74c158dd5d7069 (patch)
tree694d1061c90c500f0a912004285403f95ceac551 /README.md
parent4972bede48001fb4ae6838a98c2bfce2399d7293 (diff)
doc: add hint on how to create codespace
Signed-off-by: Emmanuel Roullit <emmanuel.roullit@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 38972a4..f1adae8 100644
--- a/README.md
+++ b/README.md
@@ -65,6 +65,8 @@ If you get a permission denied message, you might have to exclude the directory
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/rust-lang/rustlings)
+Open up Rustlings in [Codespaces](https://docs.github.com/en/codespaces/developing-in-codespaces/creating-a-codespace-for-a-repository#creating-a-codespace-for-a-repository)
+
## Manually
Basically: Clone the repository at the latest tag, run `cargo install --path .`.