File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ There are two methods for installing the plugins in Linux:
8
8
For Linux distributions supporting snaps (e.g. Ubuntu), the plugins can be installed along with the GIMP snap with these commands:
9
9
10
10
```
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
15
15
```
16
16
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 ) .
18
18
19
19
# Building and installing the plugins manually
20
20
You can’t perform that action at this time.
0 commit comments