diff --git a/macapp/src/app.tsx b/macapp/src/app.tsx index 449fc851..58f4d528 100644 --- a/macapp/src/app.tsx +++ b/macapp/src/app.tsx @@ -45,7 +45,7 @@ export default function () { )} {step === Step.CLI && ( <> -
+

Install the command line

> ollama
@@ -74,35 +74,48 @@ export default function () { )} {step === Step.FINISH && ( <> -
+

Run your first model

-
-
-
-                    {command}
-                  
- +
+
+
+
+                      {command}
+                    
+ +
+

+ Run this command in your favorite terminal. +

+
+
+ + {app.getLoginItemSettings().openAtLogin + ? 'Autostart is enabled by default.' + : 'Autostart is disabled by default.'} + +

You can modify this setting in the preferences menu.

-

- Run this command in your favorite terminal. -