You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/els-for-runtimes/dotnet/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ The following steps use the .NET SDK installation as an example. If you are inst
75
75
76
76
1. Download the installer
77
77
78
-
Use your tokenized URL to access the download page. Choose the appropriate runtime (SDK, Runtime, Desktop Runtime, or ASP.NET Core Runtime) and download the installer for your architecture (x64 or x86). Downloading the latest version is recommended.
78
+
Use your tokenized URL (see [Prerequisites](#prerequisites) above) to access the download page. Choose the appropriate runtime (SDK, Runtime, Desktop Runtime, or ASP.NET Core Runtime) and download the installer for your architecture (x64 or x86). Downloading the latest version is recommended.
79
79
80
80
The .NET SDK is installed via an `.exe` installer. The .NET Runtime, Desktop Runtime, and ASP.NET Core Runtime are installed via `.msi` files.
2. Run the installer script with your license key (see [Prerequisites](#prerequisites) above)
105
105
106
106
The script registers the server with CLN, adds the PGP key and repository.
107
107
@@ -299,7 +299,7 @@ Replace `alt-package-name` with the specific name of the package you are looking
299
299
300
300
TuxCare provides two ways to install ELS PHP on Windows: **manually** by downloading and configuring PHP from the repository, or using the **TuxCare Installer** — a graphical tool that automates the process.
301
301
302
-
<ELSPrerequisites>
302
+
<ELSPrerequisites id="windows-prerequisites">
303
303
304
304
* Secure download link (tokenized URL) — contact [sales@tuxcare.com](mailto:sales@tuxcare.com)
305
305
* Administrator access to the Windows system
@@ -383,7 +383,7 @@ curl -O "${BASE}${FILE}"
383
383
384
384
1. Open the repository in your browser
385
385
386
-
Navigate to your tokenized URL:
386
+
Navigate to your tokenized URL (see [Prerequisites](#windows-prerequisites) above):
387
387
388
388
```text
389
389
https://<YOUR-TOKEN>@windows.tuxcare.com/php/
@@ -485,7 +485,7 @@ TuxCare Installer allows you to install and manage ELS PHP versions through a gr
485
485
486
486
1. Download the installer and launch it
487
487
488
-
Download the installer using your tokenized URL:
488
+
Download the installer using your tokenized URL (see [Prerequisites](#windows-prerequisites) above):
0 commit comments