Skip to content

Commit

Permalink
[Doc] nix install option
Browse files Browse the repository at this point in the history
close #248

Signed-off-by: Lîm Tsú-thuàn <dannypsnl@secondstate.io>
  • Loading branch information
dannypsnl committed Sep 2, 2024
1 parent a8fa1d8 commit 1c5f08d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/start/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@ The installer downloads the plug-in files from the WasmEdge release on GitHub, u
AI plug-ins for WasmEdge, such as the `OpenVINO backend` or `PyTorch backend` for `WASI-NN` plug-ins, have additional dependencies on the `OpenVINO` or `PyTorch` runtime libraries. [See the next section](#install-wasmedge-plug-ins-and-dependencies) for commands to install the plug-in dependencies.
:::

#### Install via Nix

For nix/nixos users, we also provide a `flake.nix` in repository, so you can install WasmEdge via:

```bash
nix profile install github:WasmEdge/WasmEdge
```

### Windows

For `Windows 10`, you could use Windows Package Manager Client (aka `winget.exe`) to install WasmEdge with one single command in your terminal.
Expand Down

0 comments on commit 1c5f08d

Please sign in to comment.