Drop unnecessary mentions of Windows version

This commit is contained in:
Kid
2022-06-06 16:13:40 +00:00
committed by AJ ONeal
parent 0cbdcc9387
commit 404d573f3d
12 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -270,7 +270,7 @@ webi_post_install # Runs `webi_path_add $pkg_dst_bin`
set WEBI_HOST=https://webinstall.dev
```
Windows 10 has curl too!?
Windows has curl too!?
```bat
curl.exe -sL -A "MS" https://webinstall.dev/node | powershell
+1 -1
View File
@@ -23,7 +23,7 @@ Mac & Linux:
curl -fsS https://webinstall.dev/node | bash
```
Windows 10 (includes `curl.exe` and PowerShell by default):
Windows (includes `curl.exe` and PowerShell by default):
```bash
curl.exe -fsSA "MS" https://webinstall.dev/node | powershell
+2 -2
View File
@@ -12,9 +12,9 @@ To update or switch versions, run `webi bat@stable` (or `@v0.18`, `@beta`, etc).
> `bat` is pretty much what `cat` would be if it were developed today's in the
> world of Markdown, git, etc.
### How to run on Windows 10
### How to run on Windows
On Windows 10 you'll get an error like this:
On Windows you'll get an error like this:
> execution cannot proceed run because vcruntime140.dll was not found
+2 -2
View File
@@ -21,7 +21,7 @@ Here's the things we find most useful:
- Running as a system service on
- Linux
- MacOS
- Windows 10
- Windows
### How to serve a directory
@@ -173,7 +173,7 @@ powershell.exe -WindowStyle Hidden -Command $r = Get-NetFirewallRule -DisplayNam
**Startup Registry**
You can use [Serviceman](https://webinstall.dev/serviceman) to create and start
the appropriate service launcher for Windows 10.
the appropriate service launcher for Windows.
Install Serviceman with Webi:
+2 -2
View File
@@ -11,9 +11,9 @@ tagline: |
Use the `@beta` tag for pre-releases.
#### Windows 10
#### Windows
On Windows 10 you'll get an error like this:
On Windows you'll get an error like this:
> execution cannot proceed run because `vcruntime140.dll` was not found
+1 -1
View File
@@ -33,7 +33,7 @@ pathman add ~/.local/bin
pathman remove ~/.local/bin
```
Note: Even on Windows 10 it is best to use Unix-style `/` paths and `~` for
Note: Even on Windows it is best to use Unix-style `/` paths and `~` for
`%USERPROFILE%`.
```bash
+2 -2
View File
@@ -6,10 +6,10 @@ tagline: |
---
> The core benefit of running `pwsh` on Mac or Linux is that you get a way to
> debug Windows 10 scripts without having to boot up Windows 10.
> debug Windows scripts without having to boot up Windows.
For example, if you want to create a `curl.exe -A "windows" | powershell` script
for Windows 10 (as we do), it's helpful to be able to do some level of debugging
for Windows (as we do), it's helpful to be able to do some level of debugging
on other platforms.
<!--
+1 -1
View File
@@ -61,7 +61,7 @@ These are the files that are installed when you use [webinstall.dev](/):
~/.local/bin/pathman
~/.local/opt/pathman-*
# Windows 10
# Windows
~/.local/bin/webi.cmd
~/.local/bin/webi-pwsh.ps1
~/.local/bin/pathman.exe
+1 -1
View File
@@ -3,7 +3,7 @@ set -e
set -u
function __pass() {
echo "WSL (Windows Subsystem for Linux) can only be installed from Windows 10"
echo "WSL (Windows Subsystem for Linux) can only be installed from Windows"
exit 0
}
+1 -1
View File
@@ -3,7 +3,7 @@ set -e
set -u
function __pass() {
echo "WSL 1 (Windows Subsystem for Linux) can only be installed from Windows 10"
echo "WSL 1 (Windows Subsystem for Linux) can only be installed from Windows"
exit 0
}
+1 -1
View File
@@ -85,7 +85,7 @@ It may be that your computer does not support virtualization because:
- it lacks hardware support in the CPU for VTx
- VTx is disabled in the BIOS or EFI
- Virtualization has disabled in Windows 10
- Virtualization has disabled in Windows
You should switch back to WSL 1 until you solve this problem:
+1 -1
View File
@@ -3,7 +3,7 @@ set -e
set -u
function __pass() {
echo "WSL 2 (Windows Subsystem for Linux with Hyper-V) can only be installed from Windows 10"
echo "WSL 2 (Windows Subsystem for Linux with Hyper-V) can only be installed from Windows"
exit 0
}