Skip to content

Commit 9d35aeb

Browse files
Make daemon install last
1 parent eb21c83 commit 9d35aeb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@
2323
git clone https://github.com/jorge-menjivar/super-stt.git
2424
cd super-stt
2525

26-
# (Required) The Daemon and CLI tool
26+
# The Desktop application to manage settings and models
27+
just install-app
28+
29+
# (Optional) COSMIC Desktop applet to show visualizations
30+
just install-applet
31+
32+
# The Daemon and CLI tool
2733
just install-daemon
2834
# (Suggestion) If you have an NVIDIA GPU with CUDA installed, build with CUDA acceleration instead to load models onto the GPU
2935
# just install-daemon --cuda
3036
# (Suggestion) If you have an NVIDIA GPU with CUDA and cuDNN installed, build with cuDNN acceleration instead for better performance
3137
# just install-daemon --cudnn
32-
33-
# (Recommended) The Desktop application to manage settings and models
34-
just install-app
35-
36-
# (Optional) COSMIC Desktop applet to show visualizations
37-
just install-applet
3838
```
3939

4040
## ⌨️ Shortcuts

0 commit comments

Comments
 (0)