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
c101a88a48
commit
a8b6ad3448
10
README.md
10
README.md
@ -15,19 +15,19 @@ cargo install --git https://github.com/TimLai666/rustlings-zh-TW
|
|||||||
```
|
```
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
歡迎來到 `rustlings`。這個專案包含一些小練習,可幫助您習慣閱讀和編寫 Rust 程式碼。這包括閱讀和回應編譯器訊息!
|
歡迎來到 `rustlings`。這個專案包含一些小練習,可幫助您習慣閱讀和編寫 Rust 程式碼。包括閱讀和回應編譯器訊息!
|
||||||
|
|
||||||
另外,對於 Rust 初學者,還有以下資源可以參考:
|
另外,對於 Rust 初學者,還有以下資源可以參考:
|
||||||
|
|
||||||
- [The Book](https://doc.rust-lang.org/book/index.html) - 學習 Rust 最全面的資源,但有時有點理論性。建議您可以搭配 Rustlings 一起使用!
|
- [The Book](https://doc.rust-lang.org/book/index.html) - 學習 Rust 最全面的資源,但有時有點理論性。建議您可以搭配 Rustlings 一起使用!
|
||||||
- [Rust By Example](https://doc.rust-lang.org/rust-by-example/index.html) - 透過解小練習來學習 Rust!和`rustlings`類似,但是是線上的。
|
- [Rust By Example](https://doc.rust-lang.org/rust-by-example/index.html) - 透過解小練習來學習 Rust!和`rustlings`類似,但是是線上的。
|
||||||
|
|
||||||
## Getting Started
|
## 新手上路
|
||||||
|
|
||||||
_Note: If you're on MacOS, make sure you've installed Xcode and its developer tools by typing `xcode-select --install`._
|
_Note: 如果您使用的是 MacOS,請確保您已安裝 Xcode 及其開發人員工具,方法是輸入 `xcode-select --install`._
|
||||||
_Note: If you're on Linux, make sure you've installed gcc. Deb: `sudo apt install gcc`. Yum: `sudo yum -y install gcc`._
|
_Note: 如果您使用的是 Linux,請確保您已安裝 gcc。 Deb: `sudo apt install gcc`. Yum: `sudo yum -y install gcc`._
|
||||||
|
|
||||||
You will need to have Rust installed. You can get it by visiting <https://rustup.rs>. This'll also install Cargo, Rust's package/project manager.
|
您需要安裝 Rust。 您可以至 <https://rustup.rs> 取得它。這也將安裝 Cargo(Rust 的套件/專案管理器)。
|
||||||
|
|
||||||
## MacOS/Linux
|
## MacOS/Linux
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user