fix: remove repl.it support for now
It stopped working and needs too much manual fixing, until someone comes along to fix it, it's not great to have in the README section. Closes #1352.
This commit is contained in:
parent
36e66b545e
commit
ff50159a3d
2
.replit
2
.replit
|
@ -1,2 +0,0 @@
|
|||
language = "rust"
|
||||
run = "[ -x ~/.cargo/bin/rustlings ] && ~/.cargo/bin/rustlings watch || ./install.sh"
|
|
@ -62,8 +62,6 @@ If you get a permission denied message, you might have to exclude the directory
|
|||
|
||||
## Browser
|
||||
|
||||
[Run on Repl.it](https://repl.it/github/rust-lang/rustlings)
|
||||
|
||||
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/rust-lang/rustlings)
|
||||
|
||||
[![Open Rustlings On Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new/?repo=rust-lang%2Frustlings&ref=main)
|
||||
|
|
Loading…
Reference in a new issue