Skip to content

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

Merged
merged 1 commit into from
Oct 16, 2017

Conversation

allanrenucci
Copy link
Contributor

No description provided.

@allanrenucci allanrenucci requested a review from smarter October 16, 2017 12:00
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
Copy link
Contributor

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"

Copy link
Contributor Author

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?

Copy link
Contributor

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 ...

-----------------------
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:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

simple Dotty

```bash
$ sbt
> console
Welcome to Scala.next (pre-alpha) (Java HotSpot(TM) 64-Bit Server VM, Java 1.8.0_112).
Copy link
Member

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

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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

path -> PATH

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`.
Copy link
Member

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.

@allanrenucci allanrenucci merged commit 10f5c3f into scala:master Oct 16, 2017
@allanrenucci allanrenucci deleted the doc-getting-started branch October 16, 2017 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants