@@ -37,7 +37,7 @@ Use the InfluxDB 3 quick install script to install {{< product-name >}} on
37
37
** Linux** and ** macOS** .
38
38
39
39
> [ !Important]
40
- > If using Windows, [ download the InfluxDB 3 Enterprise Windows binary] ( ?t=Windows#download-influxdb-3-enterprise-binaries ) .
40
+ > If using Windows, [ download the {{% product-name %}} Windows binary] ( ?t=Windows#download-influxdb-3-enterprise-binaries ) .
41
41
42
42
1 . Use the following command to download and install the appropriate
43
43
{{< product-name >}} package on your local machine:
@@ -46,7 +46,7 @@ Use the InfluxDB 3 quick install script to install {{< product-name >}} on
46
46
curl -O https://www.influxdata.com/d/install_influxdb3.sh && sh install_influxdb3.sh enterprise
47
47
```
48
48
49
- 2. Ensure installation completed successfully:
49
+ 2. Verify that installation completed successfully:
50
50
51
51
` ` ` bash
52
52
influxdb3 --version
@@ -56,7 +56,7 @@ Use the InfluxDB 3 quick install script to install {{< product-name >}} on
56
56
>
57
57
> # ### influxdb3 not found
58
58
>
59
- > If it your system can' t locate your `influxdb3` binary, `source` your
59
+ > If your system can' t locate your `influxdb3` binary, `source` your
60
60
> current shell configuration file (`.bashrc`, `.zshrc`, etc.).
61
61
>
62
62
> {{< code-tabs-wrapper >}}
@@ -98,7 +98,7 @@ source ~/.zshrc
98
98
99
99
- [InfluxDB 3 Enterprise • Linux (ARM) • GNU](https://download.influxdata.com/influxdb/snapshots/influxdb3-enterprise_aarch64-unknown-linux-gnu.tar.gz)
100
100
•
101
- [sha256](ps ://dl.influxdata.com/influxdb/snapshots/influxdb3-enterprise_aarch64-unknown-linux-gnu.tar.gz.sha256)
101
+ [sha256](https ://dl.influxdata.com/influxdb/snapshots/influxdb3-enterprise_aarch64-unknown-linux-gnu.tar.gz.sha256)
102
102
103
103
- [InfluxDB 3 Enterprise • Linux (ARM) • MUSL](https://download.influxdata.com/influxdb/snapshots/influxdb3-enterprise_aarch64-unknown-linux-musl.tar.gz)
104
104
•
@@ -136,10 +136,10 @@ source ~/.zshrc
136
136
137
137
## Docker image
138
138
139
- Use the {{< product-name >}} Docker image to deploy {{< product-name >}} in a
139
+ Use the `influxdb3-enterprise` Docker image to deploy {{< product-name >}} in a
140
140
Docker container.
141
141
142
- ```
142
+ ```bash
143
143
docker pull quay.io/influxdb/influxdb3-enterprise:latest
144
144
```
145
145
0 commit comments