Update README.md

This commit is contained in:
TimLai666 2024-06-10 02:38:02 +08:00 committed by GitHub
parent c101a88a48
commit a8b6ad3448
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,19 +15,19 @@ cargo install --git https://github.com/TimLai666/rustlings-zh-TW
```
<hr>
歡迎來到 `rustlings`。這個專案包含一些小練習,可幫助您習慣閱讀和編寫 Rust 程式碼。包括閱讀和回應編譯器訊息!
歡迎來到 `rustlings`。這個專案包含一些小練習,可幫助您習慣閱讀和編寫 Rust 程式碼。包括閱讀和回應編譯器訊息!
另外,對於 Rust 初學者,還有以下資源可以參考:
- [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`類似,但是是線上的。
## Getting Started
## 新手上路
_Note: If you're on MacOS, make sure you've installed Xcode and its developer tools by typing `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: 如果您使用的是 MacOS請確保您已安裝 Xcode 及其開發人員工具,方法是輸入 `xcode-select --install`._
_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> 取得它。這也將安裝 CargoRust 的套件/專案管理器)。
## MacOS/Linux