diff --git a/_zh-cn/overviews/scala3-book/taste-intro.md b/_zh-cn/overviews/scala3-book/taste-intro.md index df7fed74bd..1c0a5a6c3d 100644 --- a/_zh-cn/overviews/scala3-book/taste-intro.md +++ b/_zh-cn/overviews/scala3-book/taste-intro.md @@ -17,6 +17,11 @@ permalink: "/zh-cn/scala3/book/:title.html" 本章提供的快速导览涉及 Scala 3 编程语言的主要特性。 在本导览之后,本书的其余部分提供了有关这些特性的更多详细信息,而[参考文档][reference]提供了_许多_ 细节。 -> 在本书中,我们建议您在[Scastie](https://scastie.scala-lang.org) 或 Scala REPL 中尝试一些示例,该示例稍后演示。 +## 设置 Scala + +在本章和本书的其余部分,我们鼓励您通过复制或手动键入来尝试这些示例。遵循示例所需的工具你可以按照我们的[入门指南][get-started]在自己的计算机上安装。 + +> 或者,您可以使用 [Scastie](https://scastie.scala-lang.org) 在 Web 浏览器中运行这些示例,这是一个完全在线的编辑器和 Scala 的代码运行器。 [reference]: {{ site.scala3ref }}/overview.html +[get-started]: {% link _overviews/getting-started/index.md %}