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 d933072 commit 8421898Copy full SHA for 8421898
README.md
@@ -9,8 +9,8 @@ This repository hosts a library for the first course of the [Scala MOOC](https:/
9
- Clone this repository, compile and publish the project:
10
11
~~~ sh
12
-git clone git@github.com:scalacenter/exercises-fpprinciples.git
13
-cd exercises-fpprinciples/
+git clone git@github.com:scala-exercises/exercises-scalatutorial.git
+cd exercises-scalatutorial/
14
sbt compile publishLocal # it is important to first run the `compile` command alone
15
~~~
16
0 commit comments