From 9eb9a2e1e75236168b753ba99b9b32fb2495bcf1 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Tue, 14 Jan 2025 22:57:58 -0600 Subject: [PATCH] Update content/shared/v3-core-get-started/_index.md --- content/shared/v3-core-get-started/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/shared/v3-core-get-started/_index.md b/content/shared/v3-core-get-started/_index.md index 722ac3078..2455566b9 100644 --- a/content/shared/v3-core-get-started/_index.md +++ b/content/shared/v3-core-get-started/_index.md @@ -135,7 +135,7 @@ source ~/.zshrc #### Start InfluxDB -To start an InfluxDB node, use the `influxdb3 serve` command +To start your InfluxDB instance, use the `influxdb3 serve` command and provide the following: - `--object-store`: Specifies the type of Object store to use. InfluxDB supports the following: local file system (`file`), `memory`, S3 (and compatible services like Ceph or Minio) (`s3`), Google Cloud Storage (`google`), and Azure Blob Storage (`azure`).