@@ -29,27 +29,6 @@ const LearnMore: React.FC = () => {
2929
3030 < div className = "step-card" >
3131 < div className = "step-number" > 1</ div >
32- < div className = "step-content" >
33- < h3 > Download the Mobile App</ h3 >
34- < p > Get the Salamander app on your mobile device to control your computer
35- remotely.</ p >
36- < div className = "app-downloads" >
37- < a href = "https://play.google.com/store/apps/details?id=com.commit451.salamander"
38- className = "app-store-link" target = "_blank" rel = "noopener noreferrer" >
39- < img src = "images/play_store.png" alt = "Get it on Google Play"
40- className = "app-store-badge" />
41- </ a >
42- < a href = "https://apps.apple.com" className = "app-store-link" target = "_blank"
43- rel = "noopener noreferrer" >
44- < img src = "images/app_store.svg" alt = "Download on the App Store"
45- className = "app-store-badge" />
46- </ a >
47- </ div >
48- </ div >
49- </ div >
50-
51- < div className = "step-card" >
52- < div className = "step-number" > 2</ div >
5332 < div className = "step-content" >
5433 < h3 > Install Claude Code CLI</ h3 >
5534 < p > First, install the Claude Code CLI which powers the AI capabilities.</ p >
@@ -67,7 +46,7 @@ const LearnMore: React.FC = () => {
6746 </ div >
6847
6948 < div className = "step-card" >
70- < div className = "step-number" > 3 </ div >
49+ < div className = "step-number" > 2 </ div >
7150 < div className = "step-content" >
7251 < h3 > Install & Authenticate Salamander CLI </ h3 >
7352 < p > Install the Salamander CLI and link it with your mobile app using your
@@ -85,7 +64,7 @@ const LearnMore: React.FC = () => {
8564 </ div >
8665
8766 < div className = "step-card" >
88- < div className = "step-number" > 4 </ div >
67+ < div className = "step-number" > 3 </ div >
8968 < div className = "step-content" >
9069 < h3 > Create a Runner</ h3 >
9170 < p > Set up a runner in your project directory to enable AI task execution.</ p >
@@ -98,7 +77,7 @@ const LearnMore: React.FC = () => {
9877 </ div >
9978
10079 < div className = "step-card" >
101- < div className = "step-number" > 5 </ div >
80+ < div className = "step-number" > 4 </ div >
10281 < div className = "step-content" >
10382 < h3 > Start Your Runner & Control from Mobile </ h3 >
10483 < p > Launch the runner and start giving commands from your mobile app.</ p >
@@ -115,7 +94,7 @@ const LearnMore: React.FC = () => {
11594 </ div >
11695
11796 < div className = "step-card" >
118- < div className = "step-number" > 6 </ div >
97+ < div className = "step-number" > 5 </ div >
11998 < div className = "step-content" >
12099 < h3 > Keep your machine awake</ h3 >
121100 < p > You will need to keep your machine from going to sleep.
@@ -147,6 +126,27 @@ const LearnMore: React.FC = () => {
147126 } } > mouse mover</ a > </ p >
148127 </ div >
149128 </ div >
129+
130+ < div className = "step-card" >
131+ < div className = "step-number" > 6</ div >
132+ < div className = "step-content" >
133+ < h3 > Download the Mobile App</ h3 >
134+ < p > Get the Salamander app on your phone to control your computer
135+ remotely and get notified when work is complete.</ p >
136+ < div className = "app-downloads" >
137+ < a href = "https://play.google.com/store/apps/details?id=com.commit451.salamander"
138+ className = "app-store-link" target = "_blank" rel = "noopener noreferrer" >
139+ < img src = "images/play_store.png" alt = "Get it on Google Play"
140+ className = "app-store-badge" />
141+ </ a >
142+ < a href = "https://apps.apple.com" className = "app-store-link" target = "_blank"
143+ rel = "noopener noreferrer" >
144+ < img src = "images/app_store.svg" alt = "Download on the App Store"
145+ className = "app-store-badge" />
146+ </ a >
147+ </ div >
148+ </ div >
149+ </ div >
150150 </ div >
151151 </ div >
152152 </ section >
0 commit comments