-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add Getting Started Page for Users #2521
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
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.
First of all thanks for contributing this page! I think that most of this information is written on our landing page and the rest are on the contributions' Getting Started.
However, I feel that your last part: Generating Documentation
can be added at the end of the contributions' Getting Started page.
WDYT @felixmulder?
@biboudis: sounds good to me 👍 |
Awesome! Will do the changes right away. Sorry for being late! |
@biboudis Changes done as requested. Thanks for your time! |
Perfect. I think the file |
@biboudis Yeah, that's what I was thinking too. But since @felixmulder raised an issue I put in a new page. Waiting for Felix's review |
@Varunram let's add the new information that is documented on http://dotty.epfl.ch/#getting-started Namely Also, don't forget to add the necessary entry in https://github.com/lampepfl/dotty/blob/master/docs/sidebar.yml |
@biboudis Done! |
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.
LGTM!
Thanks @Varunram!
docs/docs/usage/getting-started.md
Outdated
should contain `1.8`. | ||
|
||
|
||
Install Dotty |
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.
Can you make it "Option 1: Install Dotty"?
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.
Sure, will do :)
docs/docs/usage/getting-started.md
Outdated
|
||
If you're a Linux or Windows user, download the [latest release](https://github.com/lampepfl/dotty/releases). Optionally add path of the folder `bin/` to the system environment variable `PATH`. | ||
|
||
Getting Dotty |
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.
and maybe "Option 2: Using Dotty directly from source"
Thanks a ton for your patience! Really appreciate it :) |
Intended as a fix for #1673.
Didn't know where to add the file, so put it under
docs/usage/
Thanks!