We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56ecffc commit a427977Copy full SHA for a427977
scaladoc/README.md
@@ -23,10 +23,10 @@ sbt scaladoc/generateSelfDocumentation
23
sbt scaladoc/generateScalaDocumentation
24
```
25
26
-To actually view the documentation, the easiest way is to run the following in project root:
+To actually view the documentation, the easiest way is to run the following in the project root:
27
28
29
-cd output
+cd scaladoc/output
30
python3 -m http.server 8080
31
32
0 commit comments