This is the main curated first-run experience for the dotnet CLI. The intent of the page is to help users "kick the tires" quickly and become familiar with what the platform offers. This should be the most stable and curated experience we can offer.
* Links to builds: LKG ?? latest green build of rel/1.0.0 (build status)
* The Repo Landing Page should be used primarily by contributors to the CLI
* Only links to "how to install" but no instructions
* First thing for "you want to get started" section should link to the getting started page on the marketing site
* Separate page that has instructions on how to install both the latest stable as well as latest development with proper warnings around it. The separate page is to really avoid the situation from people accidentally installing unstable bits (since SEO can drop them in the repo first).
These installation experiences are the primary way new users are getting the bits. They are aimed towards users kicking the tires. They are found using (not not limited to) the following means:
* Web searches
* Marketing materials
* Presentations
* Documentation
The primary way to get information about this mode of installation is the marketing website.
The native installers are:
* Deb packages for Debian-based distros
* RPM packages for RH-based distros
* Bundles for Windows
* PKG for OS X
* Homebrew for OS X
## Curl & paste installation script
### install.sh/install.ps1
This approach will be used for the below scenarios:
* Local installation (consumed by build scripts)
* Global installation (consumed by users who like command line)
* Copy & paste script: downloads and executes installation script
**TODO:** add actual commands for both Unix and Windows.