From 5ee79a8ebb70b9f27619af1a475ffffb6ea70a17 Mon Sep 17 00:00:00 2001 From: sunface Date: Fri, 11 Feb 2022 15:29:20 +0800 Subject: [PATCH] rename exercise to rustlings-zh --- rustlings-zh/README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/rustlings-zh/README.md b/rustlings-zh/README.md index 28d9be28..6a4ffb94 100644 --- a/rustlings-zh/README.md +++ b/rustlings-zh/README.md @@ -1,14 +1,9 @@ -# Rust Exercise 🦀❤️ -Rust练习题,是Rust学习教程的第二步,请在完成[第一步](https://mastery.rs)后,再来做题。 - -本项目从[rustling](https://github.com/rust-lang/rustlings)fork而来,主要有以下改变: -1. 翻译成中文 -2. 为<<精通Rust编程>>一书提供相应的配套练习题 -3. 未来提供一些更有针对性和更有难度的习题,官方的还是太简单了 +# rustlings-zh 🦀❤️ +本项目是 [rustlings](https://github.com/rust-lang/rustlings) 的中文翻译版。 ## 开始使用 -_注意: 如果你在使用MacOS,确保已经安装了Xcode以及相应的开发者工具 `xcode-select --install`._ +_注意: 如果你在使用 MacOS,确保已经安装了 Xcode 以及相应的开发者工具 `xcode-select --install`._ 同时,你也需要安装Rust,具体参见<<精通Rust编程>>一书或者访问https://rustup.rs。