Update content/shared/v3-core-get-started/_index.md

pull/5777/head
Jason Stirnaman 2025-01-14 22:57:58 -06:00 committed by GitHub
parent a19b8e48ff
commit 9eb9a2e1e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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`).