-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Rewrite "Getting Started: Users" page #3328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
docs/docs/usage/getting-started.md
Outdated
For an example project, see the [Dotty Example Proejct](https://github.com/lampepfl/dotty-example-project) | ||
|
||
### IDE support | ||
It is very easy to start using the Dotty IDE in any Dotty project by following |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would avoid language like "very easy"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What would you say instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Start using the Dotty IDE in any Dotty project by following ...
364b0c8
to
2636846
Compare
docs/docs/usage/getting-started.md
Outdated
----------------------- | ||
The fastest way to create a new project in dotty is using [sbt (0.13.5+)](http://www.scala-sbt.org/) | ||
### sbt | ||
The fastest way to create a new project compiled by Dotty is using [sbt (0.13.13+)](http://www.scala-sbt.org/) | ||
|
||
Create a dotty project: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
simple Dotty
docs/docs/usage/getting-started.md
Outdated
```bash | ||
$ sbt | ||
> console | ||
Welcome to Scala.next (pre-alpha) (Java HotSpot(TM) 64-Bit Server VM, Java 1.8.0_112). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove welcome banner since we don't have one currently
docs/docs/usage/getting-started.md
Outdated
and you will be able to run the corresponding commands directly from your console: | ||
|
||
```shell | ||
Add these executables to your path and you will be able to run the corresponding commands directly |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
path -> PATH
docs/docs/usage/getting-started.md
Outdated
Make sure that you are using Java 8 or later. The output of `java -version` | ||
should contain `1.8`. | ||
## Requirements | ||
Make sure that you are using Java 8. The output of `java -version` should contain `1.8`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd get rid of this.
2636846
to
b9b92e2
Compare
No description provided.