Skip to content

Commit 019e878

Browse files
Add next steps to prompt
1 parent 57c2df4 commit 019e878

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/components/QuickStartPromptButton.jsx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,20 @@ Explain that this will run the actor locally.
4444
\`\`\`bash
4545
apify run
4646
\`\`\`
47+
48+
**Step 6: Next Steps**
49+
50+
Explain that the user can deploy the actor to Apify, but they first need to log in to Apify:
51+
52+
\`\`\`bash
53+
apify login
54+
\`\`\`
55+
56+
After logging in, you can deploy the actor to Apify:
57+
58+
\`\`\`bash
59+
apify push
60+
\`\`\`
4761
`;
4862

4963
export default function QuickStartPromptButton({ prompt = PROMPT }) {

0 commit comments

Comments
 (0)