Skip to content

Commit acef97d

Browse files
committed
Update snap install docs for Linux
1 parent b83d52c commit acef97d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Docs/linux_install_guide.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ There are two methods for installing the plugins in Linux:
88
For Linux distributions supporting snaps (e.g. Ubuntu), the plugins can be installed along with the GIMP snap with these commands:
99

1010
```
11-
sudo snap install gimp --channel preview/stable
12-
sudo snap install intel-npu-driver --beta # for NPU support
13-
sudo snap install openvino-toolkit-2404 --beta
14-
sudo snap install openvino-ai-plugins-gimp --beta
11+
sudo snap install gimp
12+
sudo snap install intel-npu-driver # for NPU support
13+
sudo snap install openvino-toolkit-2404
14+
sudo snap install openvino-ai-plugins-gimp
1515
```
1616

17-
More details can be found [here](https://github.com/snapcrafters/gimp/tree/preview?tab=readme-ov-file#openvino-ai-plugins).
17+
More details can be found [here](https://github.com/snapcrafters/gimp?tab=readme-ov-file#openvino-ai-plugins).
1818

1919
# Building and installing the plugins manually
2020

0 commit comments

Comments
 (0)