You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For more information, check the [CLI installation page](https://docs.apify.com/cli/docs/installation).
33
+
Check the [CLI installation page](https://docs.apify.com/cli/docs/installation) for more details and all the options.
34
34
35
35
:::
36
36
37
37
### Step 1: Initialize the Actor structure
38
38
39
-
Once you have Apify CLI, you can run the following command:
39
+
Once you have the Apify CLI, run the following command:
40
40
41
41
```bash
42
42
apify init
@@ -46,9 +46,9 @@ The command sets up an Actor project in your current directory by creating `acto
46
46
47
47
### Step 2: Add Actor logic
48
48
49
-
The first important thing is the initialization of the Actor. The second is the correct mapping of the PORT. Check the following example for inspiration:
49
+
The initialization of the Actor is the first important thing. The second is the correct mapping of the PORT. Check the following example for inspiration:
0 commit comments