diff --git a/docs/quick-start.md b/docs/quick-start.md index 504c18872..440a55929 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -31,7 +31,7 @@ The CLI then asks you for the following: ::: -1. Choose where to host the source code of your Actor: on Apify, GitHub, GitLab, or Bitbucket. Let's choose **Apify**. +1. Choose where to keep the source code of your Actor: on your machine, or hosted on GitHub, GitLab, or Bitbucket. Let's choose **Local only** so the code stays on your machine. The CLI creates a new directory with the boilerplate code and installs all project dependencies. diff --git a/docs/reference.md b/docs/reference.md index e7cf2fb73..130cfeee7 100644 --- a/docs/reference.md +++ b/docs/reference.md @@ -315,11 +315,13 @@ FLAGS dependencies. --skip-git-init Skip initializing a git repository in the Actor directory. - --source=