Difference between revisions of "IRODS iCommands installation on Windows"
(Created page with "- something here") |
|||
Line 1: | Line 1: | ||
- something here | - something here | ||
+ | |||
+ | 1. Windows Subsystem for Linux Installation Guide for Windows 10 | ||
+ | |||
+ | Open PowerShell (as administrator) and type: | ||
+ | |||
+ | Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux | ||
+ | |||
+ | Then, we need to restart our computer when it is asked. | ||
+ | |||
+ | 2. |
Revision as of 16:48, 15 January 2021
- something here
1. Windows Subsystem for Linux Installation Guide for Windows 10
Open PowerShell (as administrator) and type: Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
Then, we need to restart our computer when it is asked.
2.