Skip to content

Commit

Permalink
docs: update Windows references
Browse files Browse the repository at this point in the history
  • Loading branch information
bossenti committed Nov 6, 2023
1 parent e72ff74 commit 9a49f40
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/01_try-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ again) and check that Docker is installed correctly by executing docker-run hell

### Supported operating systems

The Docker-based installation supports the operating systems **Linux**, **Mac OS X** and **Windows 10**. Older windows
The Docker-based installation supports the operating systems **Linux**, **Mac OS X** and **Windows 10 upwards**. Older windows
versions are not fully compatible with Docker. Linux VMs running under Windows might cause network problems with Docker,
therefore some manual work might be needed to make StreamPipes run properly.

Expand Down
4 changes: 2 additions & 2 deletions docs/05_deploy-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Go to http://localhost to finish the installation in the browser. Once finished,
* Docker-Compose >= 1.17.0 (Compose file format: 3.4)
* Google Chrome (recommended), Mozilla Firefox, Microsoft Edge

Tested on: **macOS, Linux, Windows 10** (CMD, PowerShell, GitBash)
Tested on: **macOS, Linux, Windows 10 upwards** (CMD, PowerShell, GitBash)

**macOS** and **Windows 10** (Pro, Enterprise, Education) users can easily get Docker and Docker-Compose on their systems by installing **Docker for Mac/Windows** (recommended).
**macOS** and **Windows** users can easily get Docker and Docker-Compose on their systems by installing **Docker for Mac/Windows** (recommended).

> **NOTE**: On purpose, we disabled all port mappings except of http port **80** to access the StreamPipes UI to provide minimal surface for conflicting ports.
Expand Down
2 changes: 1 addition & 1 deletion docs/06_extend-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ For **macOS**, or **Linux**:
export PATH="/path/to/streampipes-installer/installer/cli:$PATH"
```

For **Windows 10** add `installer\cli` to environment variables, e.g. check this [documentation](https://helpdeskgeek.com/windows-10/add-windows-path-environment-variable/).
For **Windows** add `installer\cli` to environment variables, e.g. check this [documentation](https://helpdeskgeek.com/windows-10/add-windows-path-environment-variable/).


## Upgrade to new version
Expand Down
2 changes: 1 addition & 1 deletion website-v2/src/pages/download.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Downloads: FC = () => (
<h6></h6>
<ul>
<li className={"no-list-style"}><i className="fas fa-check sp-color-green"></i>The Docker-based installation works with Linux, MacOS and
Windows 10.
Windows upwards.
</li>
<li className={"no-list-style"}><i className="fas fa-check sp-color-green"></i> Install <a
href="https://docs.docker.com/install/" target="_blank">Docker</a> and <a
Expand Down

0 comments on commit 9a49f40

Please sign in to comment.