diff --git a/README.md b/README.md index d7ca432..7eb295e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/_npm/README.md b/_npm/README.md index ff7aca7..642aa07 100644 --- a/_npm/README.md +++ b/_npm/README.md @@ -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 diff --git a/bat/README.md b/bat/README.md index eab5ec0..6b29e17 100644 --- a/bat/README.md +++ b/bat/README.md @@ -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 diff --git a/caddy/README.md b/caddy/README.md index d674bc3..14134ab 100644 --- a/caddy/README.md +++ b/caddy/README.md @@ -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: diff --git a/dotenv-linter/README.md b/dotenv-linter/README.md index 30a7140..da348bc 100644 --- a/dotenv-linter/README.md +++ b/dotenv-linter/README.md @@ -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 diff --git a/pathman/README.md b/pathman/README.md index 706b859..38b12a4 100644 --- a/pathman/README.md +++ b/pathman/README.md @@ -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 diff --git a/powershell/README.md b/powershell/README.md index 89fabe2..efb35e5 100644 --- a/powershell/README.md +++ b/powershell/README.md @@ -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.