Skip to content

Commit

Permalink
no. more. openssl.
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Townsend <brooks@cosmonic.com>
  • Loading branch information
brooksmtownsend committed Jun 14, 2023
1 parent 252c278 commit 82c70b6
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions docs/installation.mdx
Expand Up @@ -13,29 +13,17 @@ install, run, and develop with wasmCloud.
<Tabs queryString="os">
<TabItem value="ubuntudebian" label="Ubuntu/Debian" default>

:::caution
wasmCloud requires an OpenSSL 1.1 compatible version on Linux. If you're running Ubuntu
22.04+ or equivalent, you'll need to follow the steps in [this
issue](https://github.com/wasmCloud/wash/issues/366) to install a compatible OpenSSL version.
:::

```bash
curl -s https://packagecloud.io/install/repositories/wasmcloud/core/script.deb.sh | sudo bash
sudo apt install wash openssl
sudo apt install wash
```

</TabItem>
<TabItem value="fedora" label="Fedora">

:::caution
wasmCloud requires an OpenSSL 1.1 compatible version on Linux. If you're running Fedora 36+ or
equivalent, you'll need to follow the steps in [this
issue](https://github.com/wasmCloud/wash/issues/366) to install a compatible OpenSSL version.
:::

```bash
curl -s https://packagecloud.io/install/repositories/wasmcloud/core/script.rpm.sh | sudo bash
sudo dnf install wash openssl
sudo dnf install wash
```

</TabItem>
Expand All @@ -50,7 +38,7 @@ snap install wash --devmode --edge

```bash
brew tap wasmcloud/wasmcloud
brew install wash openssl@1.1
brew install wash
```

</TabItem>
Expand All @@ -63,8 +51,7 @@ choco install wash
</TabItem>
<TabItem value="rust" label="Rust">

If your platform isn't listed, `wash` can be installed with `cargo` and a Rust toolchain. **Ensure
you install OpenSSL 1.1 on your system as well to run the wasmCloud host.**
If your platform isn't listed, `wash` can be installed with `cargo` and a Rust toolchain.

```bash
cargo install wash-cli
Expand Down

0 comments on commit 82c70b6

Please sign in to comment.