mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-12-31 15:59:18 +00:00
Update README.md
This commit is contained in:
parent
d140d49b61
commit
4cb57cb201
13
README.md
13
README.md
@ -1,9 +1,20 @@
|
|||||||
<div class="oranda-hide">
|
<div class="oranda-hide">
|
||||||
|
|
||||||
# rustlings 🦀❤️
|
# rustlings 🦀❤️ Rust繁中簡學!
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
這是 Rustlings 的繁體中文翻譯版本。此版本包含了所有練習的中文註釋和文檔翻譯 **(還在努力...)**。
|
||||||
|
|
||||||
|
## 安裝
|
||||||
|
|
||||||
|
使用以下命令安裝此翻譯版本:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
cargo install --git https://github.com/TimLai666/rustlings-zh-TW
|
||||||
|
```
|
||||||
|
<hr>
|
||||||
|
|
||||||
Greetings and welcome to `rustlings`. This project contains small exercises to get you used to reading and writing Rust code. This includes reading and responding to compiler messages!
|
Greetings and welcome to `rustlings`. This project contains small exercises to get you used to reading and writing Rust code. This includes reading and responding to compiler messages!
|
||||||
|
|
||||||
Alternatively, for a first-time Rust learner, there are several other resources:
|
Alternatively, for a first-time Rust learner, there are several other resources:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user