We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c110b6b commit 6375b2bCopy full SHA for 6375b2b
_ja/scala3/getting-started.md
@@ -197,11 +197,11 @@ cs launch scala3-repl
197
198
#### Scala 3 を手動でインストールする(オプショナル)
199
200
-Scala 3 はまだリリースされていないので Github から最新のソース(2021/02時点で scala3-3.0.0-M3 )を直接ダウンロードしてpathを通してください。
+Scala 3 はまだリリースされていないので Github から最新のソース(2021/03時点で scala3-3.0.0-RC1 )を直接ダウンロードしてpathを通してください。
201
202
```shell
203
-wget https://github.com/lampepfl/dotty/releases/download/3.0.0-M3/scala3-3.0.0-M3.tar.gz
204
-tar -zxvf scala3-3.0.0-M3.tar.gz
+wget https://github.com/lampepfl/dotty/releases/download/3.0.0-RC1/scala3-3.0.0-RC1.tar.gz
+tar -zxvf scala3-3.0.0-RC1.tar.gz
205
```
206
207
0 commit comments