Skip to content

Commit 9e209a7

Browse files
authored
[Docs] nix install option (#249)
close #248 Signed-off-by: Lîm Tsú-thuàn <dannypsnl@secondstate.io>
1 parent 8bb54e3 commit 9e209a7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/start/install.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@ The installer downloads the plug-in files from the WasmEdge release on GitHub, u
6969
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.
7070
:::
7171

72+
#### Install via Nix
73+
74+
For nix/nixos users, we also provide a `flake.nix` in repository, so you can install WasmEdge via:
75+
76+
```bash
77+
nix profile install github:WasmEdge/WasmEdge
78+
```
79+
7280
### Windows
7381

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

0 commit comments

Comments
 (0)