diff --git a/docs/getting-started.html b/docs/getting-started.html index b0f0b49..d22b0b7 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -222,7 +222,7 @@ here. Once signed in, you can get your credentials from
Once your credentials are setup, you can run the indexing by running the following command:
-ALGOLIA_API_KEY='{your_admin_api_key}' bundle exec jekyll algolia +ALGOLIA_API_KEY='your_admin_api_key' bundle exec jekyll algoliaNote that
ALGOLIA_API_KEYshould be set to your admin API key. This key has write access to your index so will be able to push new data. This is also why