We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c2df4 commit 019e878Copy full SHA for 019e878
src/components/QuickStartPromptButton.jsx
@@ -44,6 +44,20 @@ Explain that this will run the actor locally.
44
\`\`\`bash
45
apify run
46
\`\`\`
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
59
+apify push
60
61
`;
62
63
export default function QuickStartPromptButton({ prompt = PROMPT }) {
0 commit comments