From 5958eef1361a882a7f3843c84c7f16a6e3841b44 Mon Sep 17 00:00:00 2001 From: Krzysztof Wicher Date: Tue, 29 Mar 2016 13:32:10 -0700 Subject: [PATCH] Update details --- Documentation/specs/installation-scenarios.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/specs/installation-scenarios.md b/Documentation/specs/installation-scenarios.md index 1c1d79ac5..f6bd2b753 100644 --- a/Documentation/specs/installation-scenarios.md +++ b/Documentation/specs/installation-scenarios.md @@ -4,7 +4,7 @@ This section describes placeholders used inside this spec. | Placeholder | Description | | ---: | :--- | | `` | `(future|preview|production)`. [See more info](#channels) | -| `` | 4-part-number version | +| `` | version string | | `` | `(win|ubuntu|rhel|osx|debian)` - code for OS name | | `` | Lowest supported OS Version | | `` | Processor architecture related to binaries produced | @@ -95,10 +95,10 @@ WIP: Exact script action description. ### Script arguments description -| PowerShell script | Bash script | Default | Description | +| PowerShell/Bash script | Bash script only | Default | Description | | --- | --- | --- | --- | | -Channel | --channel | production | Which [channel](#channels) to install from. Possible values: `future`, `preview`, `production` | -| -Version | --version | `global.json` or `latest` | | +| -Version | --version | `global.json` or `latest` | `global.json` currently not supported | | -InstallDir | --prefix | Windows: `%LocalAppData%\Microsoft\.dotnet` | Path to where install dotnet. Note that binaries will be placed directly in a given directory. | | -Architecture | ~~--architecture~~ | auto | Possible values: `auto`, `x64`, `x86`. `auto` refers to currently running OS architecture. This switch is currently not supported in bash scripts. | | -DebugSymbols | --debug-symbols | `` | If switch present, installation will include debug symbol |