Closed ktoso closed 7 years ago
FYI @rstento that code http://developer.lightbend.com/guides/akka-quickstart-scala/ is this repo. I actually do find it a bit confusing with the naming, but I know @patriknw wanted to make the seed actually more of an quickstart, so here we are :)
Will fix the issue right away though
Thanks!
On Tue, Jun 13, 2017 at 7:40 AM, ktoso notifications@github.com wrote:
FYI @rstento https://github.com/rstento that code http://developer.lightbend.com/guides/akka-quickstart-scala/ is this repo. I actually do find it a bit confusing with the naming, but I know @patriknw https://github.com/patriknw wanted to make the seed actually more of an quickstart, so here we are :)
Will fix the issue right away though
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/akka/akka-scala-seed.g8/issues/11#issuecomment-308012185, or mute the thread https://github.com/notifications/unsubscribe-auth/AV1De5OqdV0Zj8dhEazv2jsl3ifgLsc2ks5sDiC7gaJpZM4N4AiK .
-- Ruth Stento User Experience Lead Lightbend
512-818-6459 http://lightbend.com
Reported by Ruth in https://github.com/akka/akka/issues/23149
In the section that describes how to run Hello World, it says: To run Hello World:
In a console, change directories to the top level of the unzipped project.
For example, if you extracted the project to your root directory, from the root directory, enter: cd akka-scala-seed
The default name is now akka-quickstart-scala, so the previous text should be changed to:
I assume the same is true for the Java example but I haven't tested it yet.