mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-03 09:19:18 +00:00
Merge branch 'main' into patch-1
This commit is contained in:
commit
ea0827df72
7
.gitpod.yml
Normal file
7
.gitpod.yml
Normal file
@ -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==
|
||||||
@ -49,8 +49,11 @@ 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.
|
To install Rustlings. Same as on MacOS/Linux, you will have access to the `rustlings` command after it.
|
||||||
|
|
||||||
## Browser:
|
## Browser:
|
||||||
|
|
||||||
[Run on Repl.it](https://repl.it/github/rust-lang/rustlings)
|
[Run on Repl.it](https://repl.it/github/rust-lang/rustlings)
|
||||||
|
|
||||||
|
[Open in Gitpod](https://gitpod.io/#https://github.com/rust-lang/rustlings)
|
||||||
|
|
||||||
## Manually
|
## Manually
|
||||||
|
|
||||||
Basically: Clone the repository, checkout to the latest tag, run `cargo install`.
|
Basically: Clone the repository, checkout to the latest tag, run `cargo install`.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user