Skip to content

Commit f30a059

Browse files
Update docs/howtos/analytics/index-analytics.mdx
Co-authored-by: Simon Prickett <simon@crudworks.org>
1 parent bc8bcf7 commit f30a059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/howtos/analytics/index-analytics.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Go to /server folder (cd ./server) and then execute the following command:
5757
docker-compose up -d --build
5858
```
5959

60-
In most of the cases, you might require to preface the docker command with `sudo`. If you don't want to use sudo, create a Unix group called docker and add users to it. When the Docker daemon starts, it creates a Unix socket accessible by members of the docker group.
60+
You may need to preface the docker command with `sudo`. If you don't want to use sudo, create a Unix group called docker and add users to it. When the Docker daemon starts, it creates a Unix socket accessible by members of the docker group.
6161
Once the Redis database is up and running, you can verify the connection to redis instance using the redis client software.
6262

6363

0 commit comments

Comments
 (0)